UNPKG

transloadit

Version:
10 lines (7 loc) 188 B
import { z } from 'zod' import { assemblyAuthInstructionsSchema } from './template.ts' export const billSchema = z .object({ auth: assemblyAuthInstructionsSchema, }) .strict()