mirror of
https://github.com/actions/cache.git
synced 2025-07-29 21:16:08 +08:00
Initial commit
This commit is contained in:
6
src/contracts.d.ts
vendored
Normal file
6
src/contracts.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ArtifactCacheEntry {
|
||||
cacheKey?: string;
|
||||
scope?: string;
|
||||
creationTime?: string;
|
||||
archiveLocation?: string;
|
||||
}
|
Reference in New Issue
Block a user