UNPKG

gd-sprest-def

Version:

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

36 lines (29 loc) 905 B
import { Base } from "../../../"; /********************************************* * ComplianceTagInfo **********************************************/ export interface ComplianceTagInfo { IsRecord?: boolean; IsRegulatory?: boolean; ShouldKeep?: boolean; TagName?: string; UnifiedRuleId?: any; UnifiedTagId?: any; } /********************************************* * ComplianceTagInfoCollections **********************************************/ export interface ComplianceTagInfoCollections { } /********************************************* * PreservedCloudAttachment **********************************************/ export interface PreservedCloudAttachment { CompositeDocumentId?: string; Url?: string; } /********************************************* * PreservedCloudAttachmentCollections **********************************************/ export interface PreservedCloudAttachmentCollections { }