@jeffreyyoung
1
Published Tools
0
Total Stars
Weekly Downloads
jeffreyyoung
```typescript // event-schema.ts type EventsSchema = { "user.created": { userId: string } };