Interface AppsGetScopesParams

interface AppsGetScopesParams {
    type?: "user" | "group";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

type?: "user" | "group"

Generated using TypeDoc