interface APIApplicationInstallParams {
    permissions: string;
    scopes: OAuth2Scopes[];
}

Properties

Properties

permissions: string
scopes: OAuth2Scopes[]