mirror of
https://git.mirrors.martin98.com/https://github.com/actions/cache
synced 2026-04-06 17:53:16 +08:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export interface ArtifactCacheEntry {
|
|
cacheKey?: string;
|
|
scope?: string;
|
|
creationTime?: string;
|
|
archiveLocation?: string;
|
|
}
|