fix: json field type

This commit is contained in:
Jessica Boezwinkle
2022-12-22 14:12:39 +00:00
parent e5835ae4f6
commit 73b8ba3d4a

View File

@@ -264,6 +264,7 @@ export type JSONField = Omit<FieldBase, 'admin'> & {
admin?: Admin
type: 'json';
editorOptions?: any;
jsonError?: string;
}
export type SelectField = FieldBase & {