Type Alias KSMessageButtonOrderByWithAggregationInput

KSMessageButtonOrderByWithAggregationInput: {
    _count?: KSMessageButtonCountOrderByAggregateInput;
    _max?: KSMessageButtonMaxOrderByAggregateInput;
    _min?: KSMessageButtonMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    emojiUnicodeOrId?: SortOrderInput | Prisma.SortOrder;
    ksCustomMessageId?: Prisma.SortOrder;
    title?: Prisma.SortOrder;
    url?: SortOrderInput | Prisma.SortOrder;
}