Skip to content

Commit

Permalink
feat: implement more for workspaces service
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhoue-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe authored and ruanyl committed Sep 15, 2023
1 parent aa0d70a commit 8fb8972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,12 @@ export {
};

export { __osdBootstrap__ } from './osd_bootstrap';

export {
WorkspacesClientContract,
WorkspacesClient,
WorkspacesStart,
WorkspacesService,
WorkspaceAttribute,
WorkspaceFindOptions,
} from './workspace';

0 comments on commit 8fb8972

Please sign in to comment.