Skip to content

Commit

Permalink
Remove top-level Partial<>
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Feb 3, 2024
1 parent 436c0b0 commit 1b64aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax/transformMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { mysqlMap } from "./dialects/mysql";
import { sqliteMap } from "./dialects/sqlite";
import { postgresqlMap } from "./dialects/postgresql";

export const transformMap: Partial<CstToDocMap<Node>> = {
export const transformMap: CstToDocMap<Node> = {
...aliasMap,
...alterActionMap,
...alterTableMap,
Expand Down

0 comments on commit 1b64aa8

Please sign in to comment.