UNPKG

@ngn-net/giftcard-shared

Version:

Shared library for gifts score microservices

8 lines (7 loc) 281 B
import { SagaStep } from "./interfaces"; export declare class GiftCardSagaHelper { static getPaymentSagaSteps(): SagaStep[]; static getPurchaseSagaSteps(): SagaStep[]; static getSagaAllSteps(): SagaStep[]; static validateEvent(event: string, data: any): boolean; }