Skip to content

Commit

Permalink
any
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 29, 2024
1 parent 98d3e5e commit 39a6cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`additional 1`] = `
firstName: string;
lastName: string;
age?: number;
[key: string]: string;
[key: string]: any;
}"
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ exports[`const 1`] = `
"export interface Person {
firstName: "Dan";
age: number;
[key: string]: string;
[key: string]: any;
}"
`;

0 comments on commit 39a6cf2

Please sign in to comment.