UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines 511 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ import { BaseAsset } from "../../model/assets-model.js"; declare const isValidAsset: (asset: BaseAsset) => boolean; declare const isValidAssetRefValue: (assetRefValue: string) => boolean; declare const hasNamespace: (asset: BaseAsset) => boolean; declare const getTargetModelAssetKind: (kind: string) => string; export { isValidAsset, hasNamespace, isValidAssetRefValue, getTargetModelAssetKind, }; //# sourceMappingURL=asset-helper.d.ts.map