1
0
mirror of https://github.com/actions/cache.git synced 2025-12-18 13:08:59 +08:00
Files
cache/src/contracts.d.ts
2019-10-30 14:48:49 -04:00

7 lines
140 B
TypeScript

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