@stigg/js-client-sdk - v3.93.0

    Type Alias DeleteWorkflowTriggerInput

    Delete workflow trigger input

    type DeleteWorkflowTriggerInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        workflowTriggerId: Scalars["String"];
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    workflowTriggerId: Scalars["String"]

    Workflow trigger id

    MMNEPVFCICPMFPCPTTAAATR