Type Alias GuildDropsWebhookOrderByWithRelationInput

GuildDropsWebhookOrderByWithRelationInput: {
    avatarUrl?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    guildDrops?: GuildDropsOrderByWithRelationInput;
    guildDropsId?: Prisma.SortOrder;
    username?: SortOrderInput | Prisma.SortOrder;
}