UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

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