summary refs log tree commit diff
path: root/src/api/util/entities/AssetCacheItem.ts
blob: 958d5a614c13706ba1a30ee01f4f1145e5a64199 (plain) (blame)
1
2
3
export class AssetCacheItem {
	constructor(public Key: string, public FilePath: string = "", public Headers: any = null as any) {}
}