Form: Metadata & {
    description?: string | null;
    formSections: FormSection[];
    masterLabel: string;
}

Type declaration

  • Optional description?: string | null
  • formSections: FormSection[]
  • masterLabel: string