Skip to content

Commit 338878b

Browse files
fix(client): remove duplicate types (#1410)
1 parent 9c0949a commit 338878b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/resources/shared.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
export type AllModels =
4-
| string
5-
| ChatModel
6-
| string
4+
| (string & {})
75
| ChatModel
86
| 'o1-pro'
97
| 'o1-pro-2025-03-19'

0 commit comments

Comments
 (0)