The interface for plugin definitions expected by SakuraApi's SakuraApiOptions.plugins.
Options passed into the plugin (see documentation for the plugin).
If the plugin includes middleware handlers, this is the order in which they'll be included. See SakuraApi.addMiddleware
A SakuraApi plugin that conforms to the interface (SakuraApi, any) => SakuraApiPluginResult;
Generated using TypeDoc
The interface for plugin definitions expected by SakuraApi's SakuraApiOptions.plugins.