Type Alias: StateWithTombstonesView

StateWithTombstonesView = { change_id: Generated<string>; commit_id: Generated<string>; created_at: Generated<string>; entity_id: string; file_id: string; inherited_from_version_id: string | null; plugin_key: string; schema_key: string; schema_version: string; snapshot_content: Record<string, any> | null; untracked: Generated<boolean>; updated_at: Generated<string>; version_id: string; }

Properties

change_id

change_id: Generated<string>


commit_id

commit_id: Generated<string>


created_at

created_at: Generated<string>


entity_id

entity_id: string


file_id

file_id: string


inherited_from_version_id

inherited_from_version_id: string | null


plugin_key

plugin_key: string


schema_key

schema_key: string


schema_version

schema_version: string


snapshot_content

snapshot_content: Record<string, any> | null


untracked

untracked: Generated<boolean>


updated_at

updated_at: Generated<string>


version_id

version_id: string