/** Backup */
export interface Backup {
    /** The id of the backup */
    backupId: string;
    /** Date of the creation of the backup */
    createdAt: string;
    /** The id of the device action that triggered the backup */
    deviceActionId?: string;
}
//# sourceMappingURL=Backup.d.ts.map