UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

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