Type Alias GuildDropsGameWebhookOrderByWithRelationInput

GuildDropsGameWebhookOrderByWithRelationInput: {
    avatarUrl?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    guildDropsGame?: GuildDropsGameOrderByWithRelationInput;
    guildDropsGameId?: Prisma.SortOrder;
    username?: SortOrderInput | Prisma.SortOrder;
}