UNPKG

gd-sprest-def

Version:

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

39 lines (32 loc) 1.02 kB
import { Base } from "../../../"; /********************************************* * ContentTypeInfo **********************************************/ export interface ContentTypeInfo { Description?: string; Group?: string; Id?: string; IsHidden?: boolean; IsSealed?: boolean; Name?: string; ParentName?: string; } /********************************************* * ContentTypeInfoCollections **********************************************/ export interface ContentTypeInfoCollections { } /********************************************* * ContentTypeSyndicationResult **********************************************/ export interface ContentTypeSyndicationResult { FailedContentTypeErrors?: { results: Array<string> }; FailedContentTypeIDs?: { results: Array<string> }; FailedReason?: number; IsPassed?: boolean; } /********************************************* * ContentTypeSyndicationResultCollections **********************************************/ export interface ContentTypeSyndicationResultCollections { }