type StandardSchema<T> = StandardSchemaV1 & object;
type StandardSchema<T> = StandardSchemaV1 & object;
Defined in: packages/db/src/types.ts:250
The Standard Schema interface. This follows the standard-schema specification: https://github.com/standard-schema/standard-schema
~standard: object;
~standard: object;
optional types: object;
optional types: object;
input: T;
input: T;
output: T;
output: T;
• T