Interface GETChannelRoleManyPermissionResponse

interface GETChannelRoleManyPermissionResponse {
    channelRolePermissions: APIChannelRolePermission[];
}

Properties

channelRolePermissions: APIChannelRolePermission[]