UNPKG

@kenniy/godeye-event-contracts

Version:

Shared event schemas and stream definitions for 8Medical microservices architecture

11 lines 508 B
export declare const ServiceNames: { readonly USER_SERVICE: "user-service"; readonly HRM_SERVICE: "hrm-service"; readonly FILE_NOTIFICATION_SERVICE: "file-notification-service"; readonly PAYMENT_SERVICE: "payment-service"; readonly TRANSPORT_SERVICE: "transport-service"; readonly AGGREGATOR_SERVICE: "aggregator-service"; readonly GATEWAY_SERVICE: "gateway-service"; }; export type ServiceName = typeof ServiceNames[keyof typeof ServiceNames]; //# sourceMappingURL=index.d.ts.map