UNPKG

sdk-node-apis-efi

Version:

Module for integration with Efi Bank API

7 lines 356 B
import { PixCreateImmediateChargeBody, PixCreateImmediateChargeResponse } from '../types/pix'; export declare function pixCreateImmediateCharge({ baseUrl, body, headers, }: { baseUrl: string; body: PixCreateImmediateChargeBody; headers?: Record<string, string>; }): Promise<PixCreateImmediateChargeResponse>; //# sourceMappingURL=index.d.ts.map