UNPKG

node-vk-sdk

Version:

VK API SDK for Node.js

4 lines (3 loc) 95 B
export interface BaseUpdateProvider { getUpdates(callback: (update: any) => void): void; }