@oneblink/sdk-core
    Preparing search index...

    Type Alias NewFormTaskAction

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

    Type declaration

    • formId: number

      The related form id that will be used for the action

    • type: "FORM"