Skip to content

Commit 7951d72

Browse files
committed
types
1 parent 7566c65 commit 7951d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/parser/types/index.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Deparser, deparse } from 'pgsql-deparser';
1+
import { Node } from '@pgsql/types';
22
import { parsePlPgSQLSync as parseFunction } from 'libpg-query';
3-
export declare const parse: (sql: any) => any;
3+
export declare const parse: (sql: any) => Node;
44
export declare const parseAsync: (sql: any) => Promise<any>;
5-
export { deparse, Deparser, parseFunction };
5+
export { parseFunction };

0 commit comments

Comments
 (0)