Interface AccountGetAppPermissionsParams

interface AccountGetAppPermissionsParams {
    user_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

user_id?: number

User ID whose settings information shall be got. By default: current user.

Generated using TypeDoc