Type Alias CameraOptions

CameraOptions: {
    facingMode?: "user" | "environment";
    height?: number;
    width?: number;
}