mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
changes
This commit is contained in:
@@ -2,5 +2,12 @@ export * from "./common/index";
|
||||
export * from "./freight/index";
|
||||
export * as Freight from "./freight/index";
|
||||
export * as Passenger from "./passenger/index";
|
||||
export type { PaymentEvent, PaymentEventType, PaymentFailedEvent, PaymentSucceededEvent } from "./common/payments";
|
||||
export { PaymentIntentSnapshot, InitiatePaymentRequest, PaymentReferenceType, PaymentService } from "./common/payments";
|
||||
export type {
|
||||
PaymentEvent,
|
||||
PaymentEventType,
|
||||
PaymentFailedEvent,
|
||||
PaymentSucceededEvent,
|
||||
PaymentIntentSnapshot,
|
||||
InitiatePaymentRequest,
|
||||
} from "./common/payments";
|
||||
export { PaymentReferenceType, PaymentService } from "./common/payments";
|
||||
|
||||
Reference in New Issue
Block a user