1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-04 05:27:48 +02:00
cache/src/contracts.d.ts

7 lines
140 B
TypeScript
Raw Normal View History

2019-10-30 14:48:49 -04:00
export interface ArtifactCacheEntry {
cacheKey?: string;
scope?: string;
creationTime?: string;
archiveLocation?: string;
}