import { CameraOptions as NativeCameraOptions } from '@ionic-native/camera'; export interface CameraOptions extends NativeCameraOptions{ }