#209·mitt

TypeScript complains when trying the provided typescript example

Author: katerlouisCreated Jul 19, 2025Updated Aug 24, 2026
ImageImage

Type 'Events' does not satisfy the constraint 'Record<EventType, unknown>'. Index signature for type 'string' is missing in type 'Events'.ts(2344)

I have "strict": true in my tsconfig.json; I don't know what else I might be doing wrong