/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
type AssetCacheModel = {
    kind: string;
    ref: string;
    isNewlyAdded: boolean;
};

export {AssetCacheModel};