import { Order } from './order' export function Asc(field: keyof T) { return new Order(field, () => `${field.toString()} ASC`) }