Skip to main content
Version: 20.8.1

Handler type

Signature:

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