API Reference / @evolu/common / Evolu/Internal / UpdateableProps
Type Alias: UpdateableProps<Props>
type UpdateableProps<Props> = { [K in keyof Props]: K extends "id" ? Props[K] : OptionalType<Props[K]> } & object;
Defined in: packages/common/src/Evolu/Schema.ts:366
Type declaration
Name | Type | Defined in |
---|---|---|
isDeleted | OptionalType <typeof SqliteBoolean > | packages/common/src/Evolu/Schema.ts:368 |
Type Parameters
Type Parameter |
---|
Props extends Record <string , AnyType > |