UNPKG

pagseguro-checkout-ts

Version:
3 lines (2 loc) 123 B
import { SessionResponse } from '../types'; export declare const createSession: (url: string) => Promise<SessionResponse>;