80f4e3d
1
2
3
4
5
6
7
8
9
10
11
12
13
export class Session { remoteJid?: string; sessionId?: string; status?: string; createdAt?: number; updateAt?: number; } export class IgnoreJidDto { remoteJid?: string; action?: string; }