mpesalib
Version:
A robust Node.js library for Safaricom's Daraja API with complete TypeScript support and modern async/await patterns
12 lines • 675 B
TypeScript
import Joi from 'joi';
export declare const configSchema: Joi.ObjectSchema<any>;
export declare const c2bRegisterUrlSchema: Joi.ObjectSchema<any>;
export declare const c2bSimulateSchema: Joi.ObjectSchema<any>;
export declare const b2cSchema: Joi.ObjectSchema<any>;
export declare const b2bSchema: Joi.ObjectSchema<any>;
export declare const stkPushSchema: Joi.ObjectSchema<any>;
export declare const stkPushQuerySchema: Joi.ObjectSchema<any>;
export declare const accountBalanceSchema: Joi.ObjectSchema<any>;
export declare const transactionStatusSchema: Joi.ObjectSchema<any>;
export declare const reversalSchema: Joi.ObjectSchema<any>;
//# sourceMappingURL=schemas.d.ts.map