UNPKG

@tsed/schema

Version:
8 lines (7 loc) 312 B
import { JsonMethodPath } from "./JsonOperation.js"; export declare class JsonOperationPathsMap extends Map<string, JsonMethodPath> { $kind: string; readonly $isJsonDocument = true; setOperationPath(operationPath: JsonMethodPath): void; protected getKey: (method: string, path: any) => string; }