export type FabricEventEnvelope = { event_id: string; event_type: string; occurred_at: string; guild_id: string | null; channel_id: string | null; actor_id: string | null; data: Record; };