mirror of
https://gitea.com/actions/cache.git
synced 2025-08-07 19:38:04 +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