method z.Schema.prototype.readonlyimport { z } from "https://dotland.deno.dev/x/zod@v3.22.0/index.ts"; const { Schema } = z; readonly(): ZodReadonly<this>ReturnsZodReadonly<this>