cache/src/contracts.d.ts

7 lines
140 B
TypeScript

export interface ArtifactCacheEntry {
cacheKey?: string;
scope?: string;
creationTime?: string;
archiveLocation?: string;
}