interface IInitOpts {
    exportedOlmDevice?: IExportedDevice;
    pickleKey?: string;
}

Properties

exportedOlmDevice?: IExportedDevice
pickleKey?: string