Type Alias KSCurrentlyLiveOrderByWithRelationInput

KSCurrentlyLiveOrderByWithRelationInput: {
    channelId?: SortOrderInput | SortOrder;
    correct?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    kickStreamer?: KickStreamerOrderByWithRelationInput;
    kickStreamerId?: SortOrder;
    messageId?: SortOrderInput | SortOrder;
}