human/types/face.d.ts

3 lines
112 B
TypeScript
Raw Normal View History

2021-05-22 20:53:51 +02:00
import { Face } from './result';
export declare const detectFace: (parent: any, input: any) => Promise<Face[]>;