Skip to content

@nht-pandats/sdk / @nht-pandats/sdk/types / EventCallback

Interface: EventCallback

@nht-pandats/sdk/types.EventCallback

Callable

EventCallback

EventCallback(...args): unknown

A function that takes any number of arguments of any type and returns a value of any type.

Parameters

NameType
...argsany[]

Returns

unknown

Defined in

src/types/index.ts:35