Type Alias YTSStatsChannelIdOrderByWithRelationInput

YTSStatsChannelIdOrderByWithRelationInput: {
    dbId?: SortOrder;
    isLive?: SortOrderInput | SortOrder;
    youtubeStreamer?: YoutubeStreamerOrderByWithRelationInput;
    youtubeStreamerId?: SortOrder;
}