makeSchema
makeSchema<
TInputSchema
>(inputSchema
):DeriveSchema
<TInputSchema
>
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:29
Type Parameters
• TInputSchema extends InputSchema
Parameters
inputSchema
TInputSchema
Note when using the object-notation for tables/events, the object keys are ignored and not used as table/mutation names
Returns
DeriveSchema
<TInputSchema
>