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