/** * The Global Blue hub response message for all events * * @export * @interface IHubEventGlobalBlueMessage */ export interface IHubEventGlobalBlueMessage { GroupID: string; Error?: { Code: string; Message: string; }; } //# sourceMappingURL=global-blue-hub.d.ts.map