UNPKG

baileys-bottle

Version:

A little package made by deadlinecode for storing all the data from baileys in whatever database you want to use by using typeorm

12 lines (11 loc) 248 B
import { Auth } from "./Auth"; export declare class Contact { DBId: number; DBAuth: Auth; id: string; name?: string; notify?: string; verifiedName?: string; imgUrl?: string | "changed"; status?: string; }