UNPKG

openapi-tsk

Version:
12 lines (11 loc) 293 B
import { PropTypeEnum } from "./types"; export declare class SchemasStore { #private; static add(key: string, schema: { type: PropTypeEnum; properties: any; required?: string[]; }): void; static get(): Record<string, any>; static dispose(): void; }