UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
services
/
coupon-service.d.ts
3 lines
•
249 B
TypeScript
View Raw
1
2
3
import
{
ICoupon
}
from
"@/app/dashboard/models/Coupon"
;
export
declare
const
getCouponCodeData
:
(
couponCode
:
string
,
eventId
:
string
) =>
Promise
<
import
(
"../lib/promise-util"
).
InlineArrayResult
<
ICoupon
>>;
//# sourceMappingURL=coupon-service.d.ts.map