Skip to main content

Interface: ApiEntry

Extends

Properties

__auto?

optional __auto: true;

Inherited from

BaseConfig.__auto


__module?

optional __module: string;

Inherited from

BaseConfig.__module


__path?

optional __path: string;

Inherited from

BaseConfig.__path


__plugin?

optional __plugin: object;
NameType
namestring
pathstring

Inherited from

BaseConfig.__plugin


description?

optional description: string;

Inherited from

BaseConfig.description


subroutes?

optional subroutes: Record<string, ApiEntry>;

timeout?

optional timeout: number;

Inherited from

BaseConfig.timeout