Skip to content

Commit 7dc3e19

Browse files
stainless-app[bot]RobertCraigie
authored andcommitted
chore(internal): improve index signature formatting
1 parent a115b94 commit 7dc3e19

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
@@ -646,6 +646,7 @@ export namespace BetaTool {
646646
type: 'object';
647647

648648
properties?: unknown | null;
649+
649650
[k: string]: unknown;
650651
}
651652
}

src/resources/messages/messages.ts

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

682682
properties?: unknown | null;
683+
683684
[k: string]: unknown;
684685
}
685686
}

0 commit comments

Comments
 (0)