import { Base } from "../../../";

/*********************************************
* TenantCdnUrl
**********************************************/
export interface TenantCdnUrl {
	CdnUrl?: string;
	ExpirationTimeUtc?: any;
	IsCdnUrlAvailable?: boolean;
	ItemUrl?: string;
}

/*********************************************
* TenantCdnUrlCollections
**********************************************/
export interface TenantCdnUrlCollections {

}
