API Reference / @evolu/common / Evolu/Internal / Upsertable
Type Alias: Upsertable<Props>
type Upsertable<Props> = InferInput<ObjectType<UpsertableProps<Props>>>;
Defined in: packages/common/src/Evolu/Schema.ts:395
Type Parameters
Type Parameter |
---|
Props extends Record <string , AnyType > |