@welshare/sdk
    Preparing search index...

    Type Alias EncryptionKey

    type EncryptionKey = {
        algorithm: Algorithm;
        iv: string;
        key: string;
    }
    Index

    Properties

    Properties

    algorithm: Algorithm
    iv: string
    key: string