UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

3 lines (2 loc) 204 B
import { SchemaProperties } from '../types'; export declare const parseProperty: ({ propertyName, description, nullable, }: Pick<SchemaProperties, "propertyName" | "description" | "nullable">) => string;