UNPKG
@orenda-inc/nestjs-webx-pay
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
NestJS module for WebX Pay integration
@orenda-inc/nestjs-webx-pay
/
dist
/
decorators
/
webx-pay.decorator.d.ts
9 lines
(8 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Decorator for injecting WebX Pay configuration */
export
declare
const
InjectWebXPayConfig
:
() =>
PropertyDecorator
&
ParameterDecorator
;
/** * Decorator for injecting WebX Pay service */
export
declare
const
InjectWebXPayService
:
() =>
PropertyDecorator
&
ParameterDecorator
;