Type Alias WSCurrentlyLiveOrderByWithRelationInput

WSCurrentlyLiveOrderByWithRelationInput: {
    channelId?: SortOrderInput | Prisma.SortOrder;
    correct?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    messageId?: SortOrderInput | Prisma.SortOrder;
    whatnotStreamer?: WhatnotStreamerOrderByWithRelationInput;
    whatnotStreamerId?: Prisma.SortOrder;
}