UNPKG

openapi-ts-request

Version:

Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas

3 lines (2 loc) 181 B
import type { ReadConfigOptions } from './type'; export declare const readConfig: <T = unknown>({ fileName, filePath, fallbackName, }: ReadConfigOptions) => Promise<T | undefined>;