Skip to main content
Version: 24.38.0

Handler 类型

🌐 Handler type

语法

🌐 Signature

export type Handler<T = unknown> = (event: T) => void;