UNPKG

@tsed/schema

Version:
6 lines (5 loc) 235 B
import type { Type } from "@tsed/core"; /** * Declare a sub schema which will be resolved later. Use this function when you have a circular reference between two schemes. */ export declare function lazyRef(cb: () => Type<any>): any;