cache/src/contracts.d.ts
2019-10-30 14:48:49 -04:00

6 lines
140 B
TypeScript

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