Interface GETChannelUserManyPermissionResponse

interface GETChannelUserManyPermissionResponse {
    channelUserPermissions: APIChannelUserPermission[];
}

Properties

channelUserPermissions: APIChannelUserPermission[]