export interface FormMetaModel { title?: string; version?: number | string; code?: number | string; description?: string; jsonSchema?: boolean; showTitle?: boolean; formWidth?: string; showSubmitButton?: boolean; showResetButton?: boolean; }