Skip to content

Commit

Permalink
fix: export group api types
Browse files Browse the repository at this point in the history
  • Loading branch information
tdislay committed Jun 20, 2023
1 parent 0c57127 commit 0149810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/asset/AssetsGroupsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
ApiGroupUpdateResult,
ApiGroupRemoveAssetsResult,
ApiGroupRemoveAssetsRequest,
} from "./types/AssetGroupsAPI";
} from "./types/AssetGroupsApi";
import {
AssetsGroupsBody,
AssetsGroupContent,
Expand Down
2 changes: 2 additions & 0 deletions lib/modules/asset/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export * from "./types/AssetContent";
export * from "./types/AssetHistoryContent";
export * from "./types/AssetEvents";
export * from "./types/AssetApi";
export * from "./types/AssetGroupContent";
export * from "./types/AssetGroupsApi";
export * from "./roles/RoleAssetsAdmin";
export * from "./roles/RoleAssetsReader";
export * from "./collections/assetsMappings";
Expand Down
File renamed without changes.

0 comments on commit 0149810

Please sign in to comment.