import { CatFormConfig } from '@catrx/ui/form'; export interface CatDialogFormConfig { formConfig: CatFormConfig; isEdit: boolean; title?: string; }