UNPKG

@ikarha/emecef

Version:

Node.js client library for interacting with the Benin e-MCF API for normalized invoicing

9 lines (8 loc) 166 B
export interface ApiConfig { baseUrl: string; headers: { 'Content-Type': string; 'Accept': string; 'Authorization'?: string; }; }