Interface IServiceBackup

interface IServiceBackup {
    destinationId: string;
    enabled: boolean;
    prefix: string;
    schedule: string;
}

Properties

destinationId: string
enabled: boolean
prefix: string
schedule: string

Generated using TypeDoc