export enum categoryAttType { Text = "text", Select = "select", Number = "number", Boolean = "boolean", // Input = "input", }