UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

3 lines (2 loc) 163 B
import { Credentials, FullCredentials } from './getFullCredentials.types'; export declare const getFullCredentials: (credentials: Credentials) => FullCredentials;