Skip to content

Commit 96a3c73

Browse files
eg-renovate-userdd-eg-user
authored andcommitted
fix: add Tripo3D endpoints to endpointStrings type
1 parent 796936c commit 96a3c73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/providers/types.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ export type endpointStrings =
113113
| 'getModelResponse'
114114
| 'deleteModelResponse'
115115
| 'listResponseInputItems'
116-
| 'messages';
116+
| 'messages'
117+
| 'createTask'
118+
| 'getTask'
119+
| 'getStsToken'
120+
| 'getBalance';
117121

118122
/**
119123
* A collection of API configurations for multiple AI providers.

0 commit comments

Comments
 (0)