interface IDehydratedDevice {
    device_data: SecretStorageKeyDescriptionAesV1 & {
        account: string;
        algorithm: string;
    };
    device_id: string;
}

Properties

device_data: SecretStorageKeyDescriptionAesV1 & {
    account: string;
    algorithm: string;
}
device_id: string