Type alias NEEncryptionConfig

NEEncryptionConfig: {
    encryptKey: string;
    encryptionMode: NEEncryptionMode;
}

Type declaration