UNPKG

transloadit

Version:
8 lines 223 B
import { z } from 'zod'; import { assemblyAuthInstructionsSchema } from "./template.js"; export const billSchema = z .object({ auth: assemblyAuthInstructionsSchema, }) .strict(); //# sourceMappingURL=bill.js.map