[INJIMOB-691] add testID

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
KiruthikaJeyashankar
2024-01-29 23:13:16 +05:30
parent 4f3779442c
commit a30ff2d86f
12 changed files with 84 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
export interface BackupFileMeta {
backupCreationTime: Date;
export interface BackupDetails {
backupCreationTime: number;
backupFileSize: string;
}