type StandardSchemaAlias<T> = StandardSchema<T>;
Defined in: packages/db/src/types.ts:295
Type alias for StandardSchema
T = unknown