UNPKG

manifest

Version:

The backend for AI code editors

4 lines (3 loc) 212 B
import { SchemaObject } from '@nestjs/swagger/dist/interfaces/open-api-spec.interface'; import { TsType } from '../../entity/types/ts-types'; export declare const tsTypeSchemaTypes: Record<TsType, SchemaObject>;