field typing changes due to useFieldType updates

This commit is contained in:
James
2020-12-26 13:12:29 -05:00
parent 152799ecc7
commit e2d370a415
28 changed files with 82 additions and 72 deletions

View File

@@ -31,7 +31,7 @@ export type Labels = {
plural: string;
};
export type Validate = (value: unknown, options: any) => string | boolean;
export type Validate = (value: unknown, options?: any) => string | boolean;
export type OptionObject = {
label: string