summaryrefslogtreecommitdiffstats
path: root/browser/components/backup/BackupResources.sys.mjs
blob: 276fabefdf4b4018ce5b7fe49cd42d486d452eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */

// Remove this import after BackupResource is referenced elsewhere.
// eslint-disable-next-line no-unused-vars
import { BackupResource } from "resource:///modules/backup/BackupResource.sys.mjs";

/**
 * Classes exported here are registered as a resource that can be
 * backed up and restored in the BackupService.
 *
 * They must extend the BackupResource base class.
 */
export {};