Type Alias GuildCustomSingleMessageCountOrderByAggregateInput

GuildCustomSingleMessageCountOrderByAggregateInput: {
    dbId?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    message?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}