NewFormTaskAction: BaseTaskAction & {
    formId: number;
    type: "FORM";
}

Type declaration

  • formId: number

    The related form id that will be used for the action

  • type: "FORM"