Framework
ApiEntry
Interface: ApiEntry
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
__plugin? | { name: string; path: string; } | Plugin that provides this handler (set during plugin manifest merge) | BaseConfig.__plugin |
__plugin.name | string | - | - |
__plugin.path | string | - | - |
description? | string | - | BaseConfig.description |
disabled? | boolean | - | BaseConfig.disabled |
subroutes? | Record<string, ApiEntry> | - | - |
timeout? | number | - | BaseConfig.timeout |
