Skip to main content
Version: 22.9.0

Handler 类型

¥Handler type

签名:

¥Signature:

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