UNPKG

gd-sprest-def

Version:

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

47 lines (37 loc) 1.26 kB
import { Base } from "../../../../"; /********************************************* * CAnonymousLinkUseLimit **********************************************/ export interface CAnonymousLinkUseLimit { dailyLimitPerSite?: number; expiration?: any; } /********************************************* * CAnonymousLinkUseLimitCollections **********************************************/ export interface CAnonymousLinkUseLimitCollections { } /********************************************* * CExternalSharingEnforcement **********************************************/ export interface CExternalSharingEnforcement { enforceBlock?: boolean; expiration?: any; } /********************************************* * CExternalSharingEnforcementCollections **********************************************/ export interface CExternalSharingEnforcementCollections { } /********************************************* * CExternalSharingThrottling **********************************************/ export interface CExternalSharingThrottling { expiration?: any; limitLevel?: number; } /********************************************* * CExternalSharingThrottlingCollections **********************************************/ export interface CExternalSharingThrottlingCollections { }