LANCommander/LANCommander.UI/Components/ChunkUploader/UploadInitResponse.ts

3 lines
57 B
TypeScript
Raw Permalink Normal View History

2024-08-18 15:25:31 -05:00
export class UploadInitResponse {
key: string = "";
}