UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

7 lines (5 loc) 195 B
import type ts from "typescript"; import type { Annotations } from "../Type/AnnotatedType.js"; export interface AnnotationsReader { getAnnotations(node: ts.Node): Annotations | undefined; }