UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

11 lines (10 loc) 235 B
export interface Credentials { apiKey: string; username: string; format?: 'xml' | 'json'; } export interface FullCredentials { apiKey: string; username: string; format: 'application/xml' | 'application/json'; }