Skip to content

Commit 97c9eff

Browse files
authored
Update index.d.ts (#140)
The API call is actually in the opposite order
1 parent 11f0e6e commit 97c9eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ declare module 'replicate' {
160160
deployments: {
161161
predictions: {
162162
create(
163-
deployment_name: string,
164163
deployment_owner: string,
164+
deployment_name: string,
165165
options: {
166166
input: object;
167167
stream?: boolean;

0 commit comments

Comments
 (0)