interface Mutation { id: string & Brand<"Id">; isInsert: boolean; table: string; values: ReadonlyRecord<string, | undefined | boolean | Date | Value>; } Properties
Readonlyid
id: string & Brand<"Id">
ReadonlyisInsert
isInsert: boolean
Readonlytable
table: string
Readonlyvalues
values: ReadonlyRecord<string, | undefined | boolean | Date | Value>