type Dict = { [key: string]: any } type NestedEvent = { target: { type: 'custom'; name: string; value: any } }