diff --git a/interface/src/index.d.ts b/interface/src/index.d.ts index 9a89b8b..98600de 100644 --- a/interface/src/index.d.ts +++ b/interface/src/index.d.ts @@ -273,6 +273,7 @@ declare namespace ZLUX { relativePath: string, version?: string): string; pluginRESTUri(pluginDefinition: Plugin, serviceName: string, relativePath: string, version?: string): string; + userInfoUri(): string; } interface PluginWatcher {