Type alias SignalAuthState

SignalAuthState: {
    creds: SignalCreds;
    keys: SignalKeyStore | SignalKeyStoreWithTransaction;
}

Generated using TypeDoc