UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 430 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { BaseAsset } from "../model/assets-model.js"; import { AssetCacheModel } from "../model/asset-cache-model.js"; declare const getRefsFromApiAsset: (asset: BaseAsset) => AssetCacheModel[]; declare const getAPIDefPath: (asset: BaseAsset) => string | undefined; export { getRefsFromApiAsset, getAPIDefPath }; //# sourceMappingURL=api-asset-handler.d.ts.map