UNPKG

baileys-bottle-devstroupe

Version:

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

9 lines (8 loc) 186 B
import { Auth } from "./Auth"; import { Presence } from "./Presence"; export declare class PresenceDic { DBId: number; DBAuth: Auth; id: string; presences: Presence[]; }