Type Alias GuildDropsOrderByWithRelationInput

GuildDropsOrderByWithRelationInput: {
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    games?: GuildDropsGameOrderByRelationAggregateInput;
    guildId?: Prisma.SortOrder;
    kickChannelId?: SortOrderInput | Prisma.SortOrder;
    kickEnabled?: Prisma.SortOrder;
    kickLiveNotificationChannelId?: SortOrderInput | Prisma.SortOrder;
    kickLiveNotificationRoleId?: SortOrderInput | Prisma.SortOrder;
    kickRoleId?: SortOrderInput | Prisma.SortOrder;
    liveNotifications?: Prisma.SortOrder;
    twitchChannelId?: SortOrderInput | Prisma.SortOrder;
    twitchEnabled?: Prisma.SortOrder;
    twitchLiveNotificationChannelId?: SortOrderInput | Prisma.SortOrder;
    twitchLiveNotificationRoleId?: SortOrderInput | Prisma.SortOrder;
    twitchRoleId?: SortOrderInput | Prisma.SortOrder;
    updatedAt?: Prisma.SortOrder;
    webhook?: GuildDropsWebhookOrderByWithRelationInput;
}