UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

4 lines (3 loc) 191 B
import { Credentials } from '../../../utils/getFullCredentials.types'; import { MobileB2C } from './mobileB2C.types'; export declare const mobileB2C: (credentials: Credentials) => MobileB2C;