8000 feat: Export types (#130) · DavraYoung/postgres-meta@9ca63bc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ca63bc

Browse files
authored
feat: Export types (supabase#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)
0