Packages@robojs/sync
BuiltInSchema
Type Alias: BuiltInSchema
type BuiltInSchema = Record<string, SchemaField>;Built-in schema definition (alternative to Zod).
Robo.jstype BuiltInSchema = Record<string, SchemaField>;Built-in schema definition (alternative to Zod).