Trading Assistant API Documentation - v0.1.0
    Preparing search index...
    interface BackupSettings {
        enabled: boolean;
        frequency: "daily" | "weekly" | "monthly";
        retentionDays: number;
        storageLocation: "local" | "s3" | "gcs";
        lastBackup?: string;
        nextBackup?: string;
    }
    Index

    Properties

    enabled: boolean
    frequency: "daily" | "weekly" | "monthly"
    retentionDays: number
    storageLocation: "local" | "s3" | "gcs"
    lastBackup?: string
    nextBackup?: string