Skip to main content
Version: 21.3.7

Handler type

Signature:

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