type MessageEventBody = { /** * The event id. */ eventId: string; }; export type { MessageEventBody };