UNPKG

a2r

Version:
9 lines (8 loc) 350 B
import { APIStructure } from '../../model/api'; export declare const api: APIStructure; /** * Build API proxy and needed files * @param apiSourcePath API source path * @param proxyTargetPath Proxy target path, where generated files will be written */ export declare const build: (apiSourcePath: string, proxyTargetPath: string) => Promise<void>;