export interface FaceContinuousCaptureOptions {
  enabled?: boolean;
  timeToCapture?: number;
  maxNumberFrames?: number;
}
