5
0
mirror of https://gitea.com/actions/cache.git synced 2025-11-14 07:47:09 +00: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;
}