FormsAppFormMenuItem: FormsAppBaseMenuItem & {
    formId: number;
    type: "FORM";
}

Type declaration

  • formId: number

    The id of the form

  • type: "FORM"

    Type of menu item