makeSchema
constmakeSchema: <TInputSchema>(inputSchema) =>DeriveSchema<TInputSchema>
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:60
Type Parameters
Section titled “Type Parameters”TInputSchema
Section titled “TInputSchema”TInputSchema extends InputSchema
Parameters
Section titled “Parameters”inputSchema
Section titled “inputSchema”TInputSchema
Returns
Section titled “Returns”DeriveSchema<TInputSchema>