UNPKG

openapi-codegen-typescript

Version:

OpenApi codegen for generating types an mocks from swagger json file

3 lines (2 loc) 204 B
import { DictionaryValueResultString } from '../types'; export declare const getDictionaryValueResultString: ({ description, propertyName, dictionaryRef, value, }: DictionaryValueResultString) => string;