This commit is contained in:
Manav Rathi 2024-05-18 09:19:14 +05:30
parent 58193c0d7f
commit 46ad045ed4
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
import { Dimensions } from "services/face/geom";
import { Box, Dimensions, Point } from "services/face/geom";
import { EnteFile } from "types/file";
import { Box, Point } from "./geom";
export declare type FaceDescriptor = Float32Array;