Skip to content

Commit 39a6cf2

Browse files
committed
any
1 parent 98d3e5e commit 39a6cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schema-typescript/__tests__/__snapshots__/additional-props.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`additional 1`] = `
55
firstName: string;
66
lastName: string;
77
age?: number;
8-
[key: string]: string;
8+
[key: string]: any;
99
}"
1010
`;
1111

packages/schema-typescript/__tests__/__snapshots__/const.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ exports[`const 1`] = `
44
"export interface Person {
55
firstName: "Dan";
66
age: number;
7-
[key: string]: string;
7+
[key: string]: any;
88
}"
99
`;

0 commit comments

Comments
 (0)