Skip to main content
Version: 24.37.3

Handler type

Signature

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