Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationAgreementTextUpdateAction

    interface SetApplicationAgreementTextUpdateAction {
        action: "setAgreementText";
        agreementId: string;
        text: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAgreementText"

    Type of update action to be performed on the Application.

    agreementId: string

    ID of the agreement to update.

    New text for the agreement.