UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

8 lines (7 loc) 253 B
import { PrimitiveType } from "./PrimitiveType.js"; export declare class StringType extends PrimitiveType { protected preserveLiterals: boolean; constructor(preserveLiterals?: boolean); getId(): string; getPreserveLiterals(): boolean; }