import { z } from "https://deno.land/x/pup@1.0.0-alpha-20/deps.ts";
const { ZodUndefined } = z;
Properties
optional
params: RawCreateParamsMethods
_parse(input: ParseInput): ParseReturnType<this["_output"]>
Static Properties
create: (params?: RawCreateParams) => ZodUndefined