Type Alias TSCurrentlyLiveOrderByWithRelationInput

TSCurrentlyLiveOrderByWithRelationInput: {
    channelId?: SortOrderInput | SortOrder;
    correct?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    messageId?: SortOrderInput | SortOrder;
    twitchStreamer?: TwitchStreamerOrderByWithRelationInput;
    twitchStreamerId?: SortOrder;
}