gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
19 lines (15 loc) • 440 B
TypeScript
import { Base } from "../../../";
/*********************************************
* TenantCdnUrl
**********************************************/
export interface TenantCdnUrl {
CdnUrl?: string;
ExpirationTimeUtc?: any;
IsCdnUrlAvailable?: boolean;
ItemUrl?: string;
}
/*********************************************
* TenantCdnUrlCollections
**********************************************/
export interface TenantCdnUrlCollections {
}