Type Alias BackupCompletedJson

BackupCompletedJson: {
    checksum: string;
    checksum_type: "sha1";
    file_size: number;
    is_successful: boolean;
    uuid: string;
}