UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

6 lines (5 loc) 193 B
import { AxiosInstance } from 'axios'; export declare function useMongoLogger(axios: AxiosInstance, { mongoURL, collectionName }: { mongoURL: string; collectionName?: string; }): void;