UNPKG

node-musixmatch-api

Version:

Advanced API library for seamless Musixmatch integration.

10 lines 206 B
interface BaseInterface { message: { header: { status_code: number; execute_time: number; }; }; } export { BaseInterface }; //# sourceMappingURL=base.d.ts.map