UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

2 lines (1 loc) 262 B
export declare const getResultStringForStringType: ({ propertyName, description, nullable, format, minLength, maxLength, }: Pick<import("../types").SchemaProperties, "propertyName" | "description" | "nullable" | "format" | "maxLength" | "minLength">) => string;