UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

8 lines (7 loc) • 183 B
import { FieldDefinition } from './field.static.types'; export type RawFieldDefinition = FieldDefinition<any> & { type: 'raw'; options: { valueType: string; }; };