UNPKG

zendesk-messaging-client

Version:
3 lines (2 loc) 111 B
import type { Client, Config } from './types'; export declare const createClient: (config?: Config) => Client;