UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

3 lines (2 loc) 358 B
import { SchemaProperties } from '../types'; export declare const getResultStringForNumberType: ({ propertyName, description, nullable, format, minimum, maximum, exclusiveMinimum, exclusiveMaximum, }: Pick<SchemaProperties, "propertyName" | "description" | "nullable" | "exclusiveMinimum" | "exclusiveMaximum" | "format" | "maximum" | "minimum">) => string;