mirror of
https://github.com/actions/cache.git
synced 2025-06-18 23:02:57 -06:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export interface ArtifactCacheEntry {
|
|
cacheKey?: string;
|
|
scope?: string;
|
|
creationTime?: string;
|
|
archiveLocation?: string;
|
|
}
|