UNPKG

@tsed/schema

Version:
10 lines (9 loc) 336 B
import { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; export declare class JsonMap<T> extends Map<string, any> { [key: string]: any; $kind: string; readonly $isJsonDocument = true; constructor(obj?: Partial<T>); assign(obj?: Partial<T> & any): this; toJSON(options?: JsonSchemaOptions): any; }