UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

18 lines (14 loc) 436 B
import { Base } from "../../"; /********************************************* * AppRenderInfo **********************************************/ export interface AppRenderInfo { BackgroundColor?: string; PrimaryDeviceHeight?: string; PrimaryDeviceWidth?: string; } /********************************************* * AppRenderInfoCollections **********************************************/ export interface AppRenderInfoCollections { }