ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
138 B
138 B
sidebar_label |
---|
Handler |
Handler type
Signature:
export type Handler<T = unknown> = (event: T) => void;