We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabf82d commit 3d9b5baCopy full SHA for 3d9b5ba
src/lib/types.ts
@@ -2,7 +2,6 @@ import { Static, Type } from '@sinclair/typebox'
2
import { Options as PrettierOptions } from 'prettier'
3
import { Option as SqlParserOptions, TableColumnAst } from 'node-sql-parser/build/postgresql'
4
5
-
6
export interface ParserOptions extends PrettierOptions {}
7
export interface ParsedAst extends TableColumnAst {}
8
export interface FormatterOptions extends SqlParserOptions {}
0 commit comments