EUS/objects/HashFSFileInformation.ts

5 lines
166 B
TypeScript
Raw Normal View History

2025-01-06 06:53:13 +00:00
export default class HashFSFileInformation {
public fileHash: string = "";
public fileSize: number = Number.MIN_VALUE;
public fileExistsAlready: boolean = false;
}