Skip to content

Commit bb68e88

Browse files
committed
Commit: aaac83f0
1 parent 2568823 commit bb68e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/face-api-search.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export interface FaceApiSearch {
2727
'threshold'?: number;
2828
/**
2929
* The groups where to conduct the search.
30-
* @type {Array<number>}
30+
* @type {Array<string>}
3131
* @memberof FaceApiSearch
3232
*/
33-
'group_ids'?: Array<number>;
33+
'group_ids'?: Array<string>;
3434
}
3535

0 commit comments

Comments
 (0)