mirror of
https://kkgithub.com/actions/cache.git
synced 2025-11-03 20:21:50 +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