import { z } from 'zod' export const minQuotaPctSchema = z.number().int().min(1).max(100)