UNPKG

typia

Version:

Superfast runtime validators with only one line

13 lines (10 loc) 274 B
import { IJsDocTagInfo } from "./IJsDocTagInfo"; import { IMetadata } from "./IMetadata"; export interface IMetadataAliasType { name: string; value: IMetadata; nullables: boolean[]; description: string | null; jsDocTags: IJsDocTagInfo[]; recursive: boolean; }