gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
18 lines (14 loc) • 436 B
TypeScript
import { Base } from "../../";
/*********************************************
* AppRenderInfo
**********************************************/
export interface AppRenderInfo {
BackgroundColor?: string;
PrimaryDeviceHeight?: string;
PrimaryDeviceWidth?: string;
}
/*********************************************
* AppRenderInfoCollections
**********************************************/
export interface AppRenderInfoCollections {
}