Skip to main content

Interface: HandlerRecord<T>

Type Parameters

Type ParameterDefault type
Tunknown

Properties

auto?

optional auto: boolean;

description?

optional description: string;

handler

handler: T;

key

key: string;

module?

optional module: string;

path

path: string;

plugin?

optional plugin: object;
NameType
namestring
pathstring

type

type: 
| "event"
| "api"
| "command"
| "context"
| "middleware";