Type Alias GuildCustomSingleMessageOrderByWithAggregationInput

GuildCustomSingleMessageOrderByWithAggregationInput: {
    _count?: GuildCustomSingleMessageCountOrderByAggregateInput;
    _max?: GuildCustomSingleMessageMaxOrderByAggregateInput;
    _min?: GuildCustomSingleMessageMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    message?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
}