Type Alias TSStatsChannelIdOrderByWithRelationInput

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