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