method z.ZodSchema.prototype.readonlyimport { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; const { ZodSchema } = z; readonly(): ZodReadonly<this>ReturnsZodReadonly<this>