Typescript SDK Type Docs
    Preparing search index...

    Interface SetAllowAllOriginsUpdateAction

    interface SetAllowAllOriginsUpdateAction {
        action: "setAllowAllOrigins";
        allowAll: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAllowAllOrigins"

    Type of update action to be performed on the Application.

    allowAll: boolean

    Whether to allow all origins or not.