FeedbackSettings: {
    desc: string;
    thanks: string;
    title: string;
} & {
    [index: string]: string;
}

Type declaration

  • desc: string

    Displayed in the info-box on the top of the form

  • thanks: string

    displayed after the form has been submitted

  • title: string

    displayed on the top app-bar

Type declaration

  • [index: string]: string