UNPKG

smartshopping-sdk

Version:

Coupon autoapply SDK

9 lines (8 loc) 395 B
import { UserConfig, UserEndpoints } from './interfaces'; declare const IDS_CHROME: string[]; declare const IDS_FIREFOX: string[]; declare const IDS_EDGE: string[]; declare const STORE_URLS: string[]; declare const DEFAULT_ENDPOINTS: UserEndpoints; declare const DEFAULT_USER_CONFIG: UserConfig; export { IDS_CHROME, IDS_FIREFOX, IDS_EDGE, STORE_URLS, DEFAULT_ENDPOINTS, DEFAULT_USER_CONFIG, };