import { Base } from "../../"; /********************************************* * AppRenderInfo **********************************************/ export interface AppRenderInfo { BackgroundColor?: string; PrimaryDeviceHeight?: string; PrimaryDeviceWidth?: string; } /********************************************* * AppRenderInfoCollections **********************************************/ export interface AppRenderInfoCollections { }