Interface BackupTiming

interface BackupTiming {
    atClosed: boolean;
    atLaunched: boolean;
}

Properties

Properties

atClosed: boolean
atLaunched: boolean