UNPKG

@ederzeel/nuxt-schema-form-nightly

Version:
13 lines (12 loc) 250 B
export type CustomValidation = { field: string; message: string; validate(state: any): boolean; }; export type PropertiesType = { title?: string; properties: { [key: string]: unknown; }; [key: string]: unknown; };