UNPKG

@glowlabs-org/events-sdk

Version:

Typed event SDK for Glow, powered by RabbitMQ and Zod.

8 lines (7 loc) 299 B
export declare const eventTypes: { readonly auditPushed: "audit.pushed"; readonly auditSlashed: "audit.slashed"; readonly auditPfeesPaid: "audit.pfees.paid"; readonly applicationCreated: "application.created"; }; export type EventType = (typeof eventTypes)[keyof typeof eventTypes];