UNPKG

@tsed/schema

Version:
9 lines (8 loc) 280 B
import { Type } from "@tsed/core"; import type { JsonClassStore } from "../domain/JsonClassStore.js"; /** * Return store and his inherited stores * @param target * @ignore */ export declare function getInheritedStores(target: Type<any> | any): Map<Type<any>, JsonClassStore>;