UNPKG

nodevk-ts

Version:

Simple Node.js module that allows you to interact with the VKontakte API.

7 lines (6 loc) 168 B
export default interface ConfigSession { version: string; debug?: boolean; url?: string; } export declare function getDefaultConfig(): ConfigSession;