interface rule { required: string; type: string; } export interface formJson { dictionary?: any[]; addOrEdit: 'string'; isOnlyAddOrEdit: boolean; model: string; name: string; rule: rule; type: string; keyName: string; keys: []; lazyLoad: string; placeholder: string; group: string; groupIndex: number; silencePurpose: string; }