Skip to content

Commit 9ace7d0

Browse files
committed
fix(scripts): format
1 parent 5894dee commit 9ace7d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/generateClientTypesMap/getClientTypesMap.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import jscodeshift, { type Identifier, type TSArrayType, type TSTypeLiteral, type TSTypeReference } from "jscodeshift";
1+
import jscodeshift, {
2+
type Identifier,
3+
type TSArrayType,
4+
type TSTypeLiteral,
5+
type TSTypeReference,
6+
} from "jscodeshift";
27

38
import { CLIENT_NAMES_MAP, DOCUMENT_CLIENT } from "../../src/transforms/v2-to-v3/config";
49
import { getClientTypesMapWithKeysRemovedFromValues } from "./getClientTypesMapWithKeysRemovedFromValues";

0 commit comments

Comments
 (0)