Skip to main content
Version: Next

Handler type

Signature

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