waha / src /structures /ping.dto.ts
NitinBot002's picture
Upload 384 files
4327358 verified
export class PingResponse {
message: string = 'pong';
}