Type alias E2EEOptions

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

Type declaration