Typescript SDK Type Docs
    Preparing search index...

    Interface AddApplicationAgreementUpdateAction

    interface AddApplicationAgreementUpdateAction {
        action: "addAgreement";
        agreement: ApplicationAgreementDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addAgreement"

    Type of update action to be performed on the Application.

    Agreement to add to the Application.