UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines 233 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ type AssetCacheModel = { kind: string; ref: string; isNewlyAdded: boolean; }; export { AssetCacheModel }; //# sourceMappingURL=asset-cache-model.d.ts.map