class BaseSchema implements Schema<T>Abstractimport { BaseSchema } from "https://deno.land/x/cargo_inspect@0.2.0/schema.ts"; Type ParametersTPropertiesproperty: Propertytype: TMethodsprotectedvalidator(validator: Validator): thisoptional(): OptionalType<this>abstractrequired(): thisabstractvalidate(value: unknown, key?: string): Validation<T>