tambahannya

This commit is contained in:
bipproduction
2025-10-22 13:10:54 +08:00
parent 90e614648f
commit f0544b2364
7 changed files with 178 additions and 98 deletions

1
types/env.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare namespace NodeJS {
WA_TOKEN?: string;
WA_APP_SECRET?: string;
WA_PHONE_NUMBER_ID?: string;
WA_WEBHOOK_TOKEN?: string;
APP_LOGS_PATH?: string;
}
}