Type Alias GuildDropsOrderByWithAggregationInput

GuildDropsOrderByWithAggregationInput: {
    _avg?: GuildDropsAvgOrderByAggregateInput;
    _count?: GuildDropsCountOrderByAggregateInput;
    _max?: GuildDropsMaxOrderByAggregateInput;
    _min?: GuildDropsMinOrderByAggregateInput;
    _sum?: GuildDropsSumOrderByAggregateInput;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    kickChannelId?: SortOrderInput | Prisma.SortOrder;
    kickDeliveryMode?: Prisma.SortOrder;
    kickEnabled?: Prisma.SortOrder;
    kickLiveNotificationChannelId?: SortOrderInput | Prisma.SortOrder;
    kickLiveNotificationRoleId?: SortOrderInput | Prisma.SortOrder;
    kickLiveNotifications?: Prisma.SortOrder;
    kickRoleId?: SortOrderInput | Prisma.SortOrder;
    kickScheduledHours?: Prisma.SortOrder;
    kickScheduledWeekdays?: Prisma.SortOrder;
    kickWindowEndHour?: SortOrderInput | Prisma.SortOrder;
    kickWindowStartHour?: SortOrderInput | Prisma.SortOrder;
    twitchChannelId?: SortOrderInput | Prisma.SortOrder;
    twitchDeliveryMode?: Prisma.SortOrder;
    twitchEnabled?: Prisma.SortOrder;
    twitchLiveNotificationChannelId?: SortOrderInput | Prisma.SortOrder;
    twitchLiveNotificationRoleId?: SortOrderInput | Prisma.SortOrder;
    twitchLiveNotifications?: Prisma.SortOrder;
    twitchRoleId?: SortOrderInput | Prisma.SortOrder;
    twitchScheduledHours?: Prisma.SortOrder;
    twitchScheduledWeekdays?: Prisma.SortOrder;
    twitchWindowEndHour?: SortOrderInput | Prisma.SortOrder;
    twitchWindowStartHour?: SortOrderInput | Prisma.SortOrder;
    updatedAt?: Prisma.SortOrder;
}