Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
dolaru committed Oct 31, 2023
1 parent 97d8d42 commit ddf075b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import { RequestBase } from '@_types/Base'
import { Id } from '@_types/common'
import {double} from "@_types/Numeric";

/**
* Creates a trained model vocabulary.
Expand Down Expand Up @@ -54,6 +55,6 @@ export interface Request extends RequestBase {
* @availability stack since=8.9.0
* @availability serverless
*/
scores?: string[]
scores?: double[]
}
}

0 comments on commit ddf075b

Please sign in to comment.