其他HandlerVersion: 24.38.0On this pageHandler 类型 🌐 Handler type 语法 🌐 Signature export type Handler<T = unknown> = (event: T) => void;