Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationAgreementsUpdateAction

    interface SetApplicationAgreementsUpdateAction {
        action: "setAgreements";
        agreements?: ApplicationAgreementDraft[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAgreements"

    Type of update action to be performed on the Application.

    Value to set. If empty, any existing value will be removed.