# General Events schema ```typescript= type Event = { key: string // like label.created } ```