Type Alias GuildDropsOrderByWithAggregationInput

GuildDropsOrderByWithAggregationInput: {
    _count?: GuildDropsCountOrderByAggregateInput;
    _max?: GuildDropsMaxOrderByAggregateInput;
    _min?: GuildDropsMinOrderByAggregateInput;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    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;
}