Skip to content

Commit

Permalink
Add missing types in index
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandupont committed Apr 1, 2024
1 parent 2a62108 commit 896b98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export {
} from "./kinds/extractCompositeType";
export { type DomainDetails } from "./kinds/extractDomain";
export { type EnumDetails } from "./kinds/extractEnum";
export {
type ForeignTableColumn,
type ForeignTableColumnType,
type ForeignTableDetails,
} from "./kinds/extractForeignTable";
export {
type MaterializedViewColumn,
type MaterializedViewColumnType,
Expand Down

0 comments on commit 896b98d

Please sign in to comment.