patch(deno-client): export pgSql, pgClient from mod

This commit is contained in:
Ruben Fiszel
2022-08-21 14:34:30 +02:00
parent affcfbde88
commit 52f01b782c
+2
View File
@@ -7,6 +7,8 @@ export {
UserApi, WorkspaceApi
} from './windmill-api/index.ts'
export { pgSql, pgClient } from './pg.ts'
export type Sql = string
export type Email = string
export type Base64 = string