human/types/face.d.ts

3 lines
112 B
TypeScript

import { Face } from './result';
export declare const detectFace: (parent: any, input: any) => Promise<Face[]>;