/** Backups of the instance */
export interface InstanceBackup {
    /** backup creation date (format RFC3339) */
    createdAt: string;
    /** Backup id */
    id: string;
    /** Backup name */
    name: string;
    /** Region of the backup */
    region: string;
}
//# sourceMappingURL=InstanceBackup.d.ts.map