afrimomo-sdk
Version:
A unified SDK for African payment providers
11 lines • 412 B
TypeScript
export declare const URLS: {
readonly PRODUCTION: "https://api.pawapay.cloud";
readonly SANDBOX: "https://api.sandbox.pawapay.cloud";
};
export declare const ENVIRONMENTS: {
readonly PRODUCTION: "PRODUCTION";
readonly DEVELOPMENT: "DEVELOPMENT";
};
export type Environment = keyof typeof ENVIRONMENTS;
export type ApiUrl = (typeof URLS)[keyof typeof URLS];
//# sourceMappingURL=constants.d.ts.map