EUS/objects/HashFSFileInformation.ts
2025-01-06 06:53:13 +00:00

5 lines
No EOL
166 B
TypeScript

export default class HashFSFileInformation {
public fileHash: string = "";
public fileSize: number = Number.MIN_VALUE;
public fileExistsAlready: boolean = false;
}