This commit is contained in:
natib21
2026-06-19 13:58:33 +00:00
parent e3aacb8b4a
commit 1c420781ea
3 changed files with 25 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export type ColumnFormat =
| "entityLabel"
| "rateLabel";
export type FormFieldType = "text" | "number" | "boolean" | "date" | "select" | "textarea";
export type FormFieldType = "text" | "number" | "boolean" | "date" | "email" | "select" | "multiselect" | "textarea";
export interface ResourceColumn {
id: string;