pub mod descriptors;
pub mod types;
pub const PROTOCOL_BASE: &str = "https://firstperson.network/protocols/backup-management/1.0";
pub const EXPORT_BACKUP: &str =
"https://firstperson.network/protocols/backup-management/1.0/export";
pub const EXPORT_BACKUP_RESULT: &str =
"https://firstperson.network/protocols/backup-management/1.0/export-result";
pub const IMPORT_BACKUP: &str =
"https://firstperson.network/protocols/backup-management/1.0/import";
pub const IMPORT_BACKUP_RESULT: &str =
"https://firstperson.network/protocols/backup-management/1.0/import-result";