interface EncryptionKey {
    $type$: "EncryptionKey";
    key: HexString;
}

Properties

Properties

$type$: "EncryptionKey"
key: HexString