Skip to content

Commit 8f7c02b

Browse files
chore(internal): improve index signature formatting (#739)
1 parent ebd963b commit 8f7c02b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/resources/beta/messages/messages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ export namespace BetaTool {
678678
type: 'object';
679679

680680
properties?: unknown | null;
681+
681682
[k: string]: unknown;
682683
}
683684
}

src/resources/messages/messages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ export namespace Tool {
672672
type: 'object';
673673

674674
properties?: unknown | null;
675+
675676
[k: string]: unknown;
676677
}
677678
}

0 commit comments

Comments
 (0)