Skip to main content
Version: 23.11.1

Handler 类型

¥Handler type

签名

¥Signature

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