UNPKG

@tsed/schema

Version:
7 lines (6 loc) 249 B
import { Type } from "@tsed/core"; import { JsonMethodStore } from "../domain/JsonMethodStore.js"; /** * @ignore */ export declare function getOperationsStores<T extends JsonMethodStore = JsonMethodStore>(target: Type<any> | any): Map<string, T>;