mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 22:57:44 -06:00
Added connection functionality via pairing code
This commit is contained in:
@@ -25,7 +25,11 @@ export enum Events {
|
||||
}
|
||||
|
||||
export declare namespace wa {
|
||||
export type QrCode = { count?: number; base64?: string; code?: string };
|
||||
export type QrCode = {
|
||||
count?: number;
|
||||
base64?: string;
|
||||
code?: string;
|
||||
};
|
||||
export type Instance = {
|
||||
qrcode?: QrCode;
|
||||
authState?: { state: AuthenticationState; saveCreds: () => void };
|
||||
|
||||
Reference in New Issue
Block a user