Interface AppleDeviceStaticOrientationSchema

interface AppleDeviceStaticOrientationSchema {
    type: "appleDeviceStaticOrientation";
    filename?: string;
    device: string | AppleDevice;
}

Properties

Properties

type: "appleDeviceStaticOrientation"
filename?: string
device: string | AppleDevice

Generated using TypeDoc