UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

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