summary refs log tree commit diff
path: root/api/src/util/entities/AssetCacheItem.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/util/entities/AssetCacheItem.ts')
-rw-r--r--api/src/util/entities/AssetCacheItem.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/src/util/entities/AssetCacheItem.ts b/api/src/util/entities/AssetCacheItem.ts
new file mode 100644

index 00000000..160dece6 --- /dev/null +++ b/api/src/util/entities/AssetCacheItem.ts
@@ -0,0 +1,3 @@ +export class AssetCacheItem { + constructor(public Key: string, public FilePath: string = "", public Headers: any = null as any) {} +} \ No newline at end of file