UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

3 lines (2 loc) 243 B
import { ResultStringPropsForArrayType } from '../types'; export declare const getResultStringForArrayType: ({ propertyName, description, nullable, refType, format, minItems, maxItems, uniqueItems, }: ResultStringPropsForArrayType) => string;