UNPKG

line-pay-core-v4

Version:

Core library for LINE Pay API V4 SDK - Provides shared utilities, base client, TypeScript types, and error handling for building LINE Pay integrations

12 lines (11 loc) 214 B
/** * LINE Pay API Base URLs */ export declare const LINE_PAY_API_BASE_URL: { production: string; sandbox: string; }; /** * Default Timeout (20 seconds) */ export declare const DEFAULT_TIMEOUT = 20000;