UNPKG

gd-sprest-def

Version:

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

21 lines (17 loc) 488 B
import { Base } from "../../../"; /********************************************* * ShortcutInformation **********************************************/ export interface ShortcutInformation { AddedById?: number; Id?: any; Name?: string; Scenario?: number; TimeCreated?: any; TimeLastModified?: any; } /********************************************* * ShortcutInformationCollections **********************************************/ export interface ShortcutInformationCollections { }