UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

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