Interfacecore/pluginv0.2.1PluginOptionsThe options a plugin declares as its Plugin<Opts> type argument. interface PluginOptionsMember overviewPropertiesruntimetransportPropertiesoptionalruntimeWhich runtime the plugin runs on. 'any' attaches to either one. runtime: "server" | "edge" | "any";Default:'any'optionaltransportWhich transport the plugin runs on. 'any' attaches to either one. transport: "gateway" | "http" | "any";Default:'any'
optionalruntimeWhich runtime the plugin runs on. 'any' attaches to either one. runtime: "server" | "edge" | "any";Default:'any'
optionaltransportWhich transport the plugin runs on. 'any' attaches to either one. transport: "gateway" | "http" | "any";Default:'any'