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