UNPKG

voko-sdk

Version:
19 lines (18 loc) 375 B
export declare const ZENOPAY_CONFIG: { sandbox: { baseUrl: string; endpoints: { payment: string; status: string; webhook: string; }; }; production: { baseUrl: string; endpoints: { payment: string; status: string; webhook: string; }; }; };