UNPKG

smartshopping-sdk

Version:

Coupon autoapply SDK

11 lines (10 loc) 248 B
import { LogEvent } from '../interfaces'; type Logger = { print: (message: string, meta: { command: string; code: string; }) => void; send: (record: LogEvent) => void; }; declare const logger: Logger; export { logger };