UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (8 loc) 226 B
import { IJsDocTagInfo } from "./IJsDocTagInfo"; import { IMetadata } from "./IMetadata"; export interface IMetadataParameter { name: string; type: IMetadata; description: string | null; jsDocTags: IJsDocTagInfo[]; }