Skip to content

Commit

Permalink
Merge pull request #79 from lchudinov/feature/add-user-info-uri
Browse files Browse the repository at this point in the history
Add userInfoUri() to UriBroker interface
  • Loading branch information
1000TurquoisePogs authored Sep 10, 2021
2 parents 1978e9e + 160c8f0 commit d2b5301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d2b5301

Please sign in to comment.