Interface FunctionReturnEvent<F>

Type Parameters

  • F extends ((...args) => any)

Hierarchy

Properties

Properties

args: Parameters<F>
error?: unknown
id: number
retval: ReturnType<F>
tte: number

Generated using TypeDoc