export interface SubformProperty { subFormStructure?: string; subFormType?: string; allowDelete?: boolean; allowCopy?: boolean; addButtonLabel?: string; }