Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationStatusUpdateAction

    interface SetApplicationStatusUpdateAction {
        action: "setStatus";
        status: ApplicationStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setStatus"

    Type of update action to be performed on the Application.

    New status to assign to the Application.