mirror of
https://gitee.com/actions-mirror/cache.git
synced 2026-01-16 18:52:02 +08:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export interface ArtifactCacheEntry {
|
|
cacheKey?: string;
|
|
scope?: string;
|
|
creationTime?: string;
|
|
archiveLocation?: string;
|
|
}
|