本文へスキップ
バージョン: 22.5.0

ハンドラーの種類

シグネチャ:

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