OtherHandlerVersion: 22.6.2On this pageHandler type Signature: export type Handler<T = unknown> = (event: T) => void;