UNPKG

@squarecloud/blob

Version:
7 lines (4 loc) 187 B
import { z } from 'zod'; import { statsResponseSchema } from '../validation/schemas/stats.mjs'; type StatsResponse = z.infer<typeof statsResponseSchema>; export type { StatsResponse };