Type alias NotificationFormDataWithRequiredLabel

NotificationFormDataWithRequiredLabel: ReadonlyArray<FormFieldWithRequiredLabel>

An ordered array of fields representing a form. When the form is displayed to the user the fields will appear in the same order they are in the array.

The difference with NotificationFormData is that the label property is required for each field.

Generated using TypeDoc