iceberg-js
    Preparing search index...

    Interface AddEncryptionKeyUpdate

    interface AddEncryptionKeyUpdate {
        action: "add-encryption-key";
        "encryption-key": EncryptedKey;
    }
    Index

    Properties

    action: "add-encryption-key"
    "encryption-key": EncryptedKey