This commit is contained in:
Sampark Sharma
2022-12-29 12:45:11 +00:00
committed by GitHub
parent ec3a87298b
commit da162e46a8
5 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -34,9 +34,9 @@ export interface ReserveCacheResponse {
}
export interface InternalCacheOptions {
cacheSize?: number
compressionMethod?: CompressionMethod
crossOsEnabled?: boolean
cacheSize?: number
}
export interface ArchiveTool {