feat: adiciona headers no cadastro de webhook da instância

This commit is contained in:
Felipe Medeiros
2024-09-06 20:46:10 -03:00
parent a9e4860a77
commit 65c6ecff88
11 changed files with 21 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ export declare namespace wa {
export type LocalWebHook = LocalEvent & {
url?: string;
headers?: JsonValue;
webhookByEvents?: boolean;
webhookBase64?: boolean;
};