Type Alias CSMessageButtonOrderByWithAggregationInput

CSMessageButtonOrderByWithAggregationInput: {
    _count?: CSMessageButtonCountOrderByAggregateInput;
    _max?: CSMessageButtonMaxOrderByAggregateInput;
    _min?: CSMessageButtonMinOrderByAggregateInput;
    csCustomMessageId?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    emojiUnicodeOrId?: SortOrderInput | Prisma.SortOrder;
    title?: Prisma.SortOrder;
    url?: SortOrderInput | Prisma.SortOrder;
}