Skip to main content
Version: 23.8.0

Handler type

Signature

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