@ -384,6 +384,7 @@ export interface KanbanType {
columns?: KanbanColumnType[];
fk_model_id?: string;
grp_column_id?: string;
stack_meta?: string | object;
}
export interface FormType {
@ -7315,6 +7315,12 @@
},
"grp_column_id": {
"type": "string"
"stack_meta": {
"type": [
"string",
"object"
]