@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface UpdatePartnerAppStatusRequest

    interface UpdatePartnerAppStatusRequest {
        status: "active" | "inactive" | "suspended";
    }
    Index

    Properties

    Properties

    status: "active" | "inactive" | "suspended"