UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 219 B
import { SipgateIOClient } from '../core/sipgateIOClient'; import { WebhookSettingsModule } from './webhookSettings.types'; export declare const createSettingsModule: (client: SipgateIOClient) => WebhookSettingsModule;