summary refs log tree commit diff
path: root/api/src/util/entities/AssetCacheItem.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-06 10:48:21 +1000
committerGitHub <noreply@github.com>2022-08-06 10:48:21 +1000
commitb1e51d5e6e2913ee6101df343cbde721d3a350e9 (patch)
treef7e0b8e79e08f88842f79fc43655adc5d893d1e2 /api/src/util/entities/AssetCacheItem.ts
parentCaptcha checking (diff)
parentMerge pull request #815 from fosscord/translation (diff)
downloadserver-b1e51d5e6e2913ee6101df343cbde721d3a350e9.tar.xz
Merge branch 'master' into feat/captchaVerify
Diffstat (limited to '')
-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