UNPKG

@ederzeel/nuxt-schema-form-nightly

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