Type Alias TWSMessageButtonOrderByWithAggregationInput

TWSMessageButtonOrderByWithAggregationInput: {
    _count?: TWSMessageButtonCountOrderByAggregateInput;
    _max?: TWSMessageButtonMaxOrderByAggregateInput;
    _min?: TWSMessageButtonMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    emojiUnicodeOrId?: SortOrderInput | Prisma.SortOrder;
    title?: Prisma.SortOrder;
    twsCustomMessageId?: Prisma.SortOrder;
    url?: SortOrderInput | Prisma.SortOrder;
}