跳至主要內容
版本: 23.11.1

處理器類型

簽名

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