Interface GETChannelUserPermissionResponse

interface GETChannelUserPermissionResponse {
    channelUserPermission: APIChannelUserPermission;
}

Properties

channelUserPermission: APIChannelUserPermission