Interface IDehydratedDevice

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

Properties

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

Type declaration

  • account: string
  • algorithm: string
device_id: string

Generated using TypeDoc