import type { PersonType } from './personIdentified'; export interface IPerson { faceId: string; type: PersonType; }