Update typebot.dto.ts

This commit is contained in:
Luis-Fernando 2024-03-28 14:51:48 -03:00 committed by GitHub
parent 324c5078d7
commit 7dc3cfb690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ export class Session {
export class PrefilledVariables {
remoteJid?: string;
pushName?: string;
messageType?: string;
additionalData?: { [key: string]: any };
}