Type Alias GuildDropsGameOrderByWithRelationInput

GuildDropsGameOrderByWithRelationInput: {
    channelId?: SortOrderInput | Prisma.SortOrder;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    game?: DropGameOrderByWithRelationInput;
    gameId?: Prisma.SortOrder;
    guildDrops?: GuildDropsOrderByWithRelationInput;
    guildDropsId?: Prisma.SortOrder;
    liveNotifications?: SortOrderInput | Prisma.SortOrder;
    roleId?: SortOrderInput | Prisma.SortOrder;
    webhook?: GuildDropsGameWebhookOrderByWithRelationInput;
}