Interfacehttpv0.4.1RouteModuleOne file may export several handlers. interface RouteModuleMember overviewPropertiesexportNamefromloadPropertiesexportNameThe exported binding inside the loaded module. readonly exportName: stringfromThe source file the row came from, reported when the export is missing. readonly from: stringloadLazy import of the module, evaluated on first hit. readonly load: () => Promise<Record<string, unknown>>
loadLazy import of the module, evaluated on first hit. readonly load: () => Promise<Record<string, unknown>>