feat(add-routing-info): initial commit (#773)

This commit is contained in:
Rajeh Taher
2024-05-15 18:34:37 +03:00
committed by GitHub
parent 2ae664c655
commit 0eaa5af909
4 changed files with 34 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ export type AuthenticationCreds = SignalCreds & {
registration: RegistrationOptions
pairingCode: string | undefined
lastPropHash: string | undefined
routingInfo: Buffer | undefined
}
export type SignalDataTypeMap = {