UNPKG

@orenda-inc/nestjs-webx-pay

Version:

NestJS module for WebX Pay integration

9 lines (8 loc) 287 B
/** * Decorator for injecting WebX Pay configuration */ export declare const InjectWebXPayConfig: () => PropertyDecorator & ParameterDecorator; /** * Decorator for injecting WebX Pay service */ export declare const InjectWebXPayService: () => PropertyDecorator & ParameterDecorator;