import * as z from 'zod'; export const NullsOrderSchema = z.enum(['first', 'last']) export type NullsOrder = z.infer;