Skip to main content
Version: 22.6.2

Handler type

Signature:

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