LogoRobo.js
Framework

ScopedPortal

Interface: ScopedPortal

Scoped portal for plugins. Only includes routes defined by the plugin.

Indexable

[routeName: string]: 
  | Record<string, 
  | HandlerRecord<unknown, Record<string, unknown>>
  | HandlerRecord<unknown, Record<string, unknown>>[]>
  | (key) => unknown

On this page