Skip to content

Commit

Permalink
add function to base Client class
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Sep 15, 2022
1 parent 20381d2 commit bc5d8fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/js/core/src/types/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export interface Client

getPlugins(options?: GetPluginsOptions): readonly PluginRegistration<Uri>[];

getPlugin(options?: GetPluginOptions): PluginRegistration<Uri>;

getInterfaces(
options?: GetInterfacesOptions
): readonly InterfaceImplementations<Uri>[];
Expand Down

0 comments on commit bc5d8fe

Please sign in to comment.