Type Alias YTSCurrentlyLiveOrderByWithRelationInput

YTSCurrentlyLiveOrderByWithRelationInput: {
    channelId?: SortOrderInput | SortOrder;
    correct?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    messageId?: SortOrderInput | SortOrder;
    youtubeStreamer?: YoutubeStreamerOrderByWithRelationInput;
    youtubeStreamerId?: SortOrder;
}