Type Alias E2EEManagerOptions

E2EEManagerOptions: {
    keyProvider: BaseKeyProvider;
    worker: Worker;
}