Skip to content

Commit 9ca63bc

Browse files
authored
feat: Export types (#130)
* Export types defined in types.ts * Export only types
1 parent e09f528 commit 9ca63bc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/lib/index.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
import PostgresMeta from './PostgresMeta'
22
export { PostgresMeta }
3+
export {
4+
PostgresMetaResult,
5+
PostgresColumn,
6+
PostgresConfig,
7+
PostgresExtension,
8+
PostgresFunction,
9+
PostgresGrant,
10+
PostgresPolicy,
11+
PostgresPrimaryKey,
12+
PostgresPublication,
13+
PostgresRelationship,
14+
PostgresRole,
15+
PostgresSchema,
16+
PostgresSchemaCreate,
17+
PostgresSchemaUpdate,
18+
PostgresTable,
19+
PostgresType
20+
} from './types'

0 commit comments

Comments
 (0)