UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

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