Type Alias WSMessageButtonOrderByWithAggregationInput

WSMessageButtonOrderByWithAggregationInput: {
    _count?: WSMessageButtonCountOrderByAggregateInput;
    _max?: WSMessageButtonMaxOrderByAggregateInput;
    _min?: WSMessageButtonMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    emojiUnicodeOrId?: SortOrderInput | Prisma.SortOrder;
    title?: Prisma.SortOrder;
    url?: SortOrderInput | Prisma.SortOrder;
    wsCustomMessageId?: Prisma.SortOrder;
}