Skip to content

Commit

Permalink
slit types from modules
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Nov 21, 2023
1 parent 87215df commit dafffc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bookmarks/soukai/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export {
Bookmark,
BookmarkFactory,
BookmarkSchema,
} from "./modules/Bookmarks";


export type {
IBookmark,
ICreateBookmark,
} from "./modules/Bookmarks";
} from "./modules/Bookmarks"

0 comments on commit dafffc0

Please sign in to comment.