@fenil265/fundly-payment-sdk
Version:
Fundly Payment SDK for seamless integration with Fundly Pay systems.
15 lines • 381 B
TypeScript
export declare const DEV_MODE: boolean;
export declare const DEV_INITIAL_DATA: {
distributorId: string;
chemistId: string;
source: string;
payableAmount: string;
paymentType: string;
invoices: number[];
paymentInvoice: {
invoiceId: string;
paidAmount: number;
}[];
salesmanId?: number;
};
//# sourceMappingURL=dev.config.d.ts.map