This commit is contained in:
Manav Rathi
2024-05-30 14:11:23 +05:30
parent 13d15ceeb9
commit 2abcb709d9

View File

@@ -8,7 +8,6 @@ export interface FaceDetection {
}
export interface Face {
fileId: number;
detection: FaceDetection;
id: string;
blurValue?: number;