creds: add support for additional data

This commit is contained in:
Rajeh Taher
2025-10-08 22:37:21 +03:00
parent 7f696bbfd8
commit ccecdbfc9c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@ export type AuthenticationCreds = SignalCreds & {
pairingCode: string | undefined
lastPropHash: string | undefined
routingInfo: Buffer | undefined
additionalData?: any | undefined
}
export type SignalDataTypeMap = {