a2r
Version:
A2R Framework
9 lines (8 loc) • 350 B
TypeScript
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>;