UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

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