@seaavey/bot
Version:
The Library for Seaavey Bot
16 lines (15 loc) • 351 B
TypeScript
export interface ConfigWaSocket {
version?: [number, number, number];
AuthDir: string;
CommandsDir?: string;
pairing: boolean;
browser?: [string, string, string];
online?: boolean;
CustomPairing?: string;
Owners: string[];
}
export interface ConfigJSON {
Owners: string[];
IPSERVER: string;
NAME: string;
}