method mongoose.Schema.prototype.cloneimport { mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts"; const { Schema } = mongoose; clone<T = this>(): TReturns a copy of this schema Returns a copy of this schema Type ParametersoptionalT = thisReturnsT