API Reference / @evolu/common / Evolu/Internal / InsertableProps
Type Alias: InsertableProps<Props>
type InsertableProps<Props> = Omit<NullableToOptionalProps<Props>, "id">;
Defined in: packages/common/src/Evolu/Schema.ts:328
Type Parameters
Type Parameter |
---|
Props extends Record <string , AnyType > |