Type Alias TSStatsChannelIdOrderByWithRelationInput

TSStatsChannelIdOrderByWithRelationInput: {
    dbId?: SortOrder;
    isLive?: SortOrderInput | SortOrder;
    twitchStreamer?: TwitchStreamerOrderByWithRelationInput;
    twitchStreamerId?: SortOrder;
}