@cloudinary/url-gen
Version:
Cloudinary URL-Gen SDK ========================= [](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas
17 lines (16 loc) • 448 B
TypeScript
/**
* @description An interface passed externally from an outside environment into Base.
* These values are then distilled into the IAnalyticsOptions interface.
*
* @private
*/
export interface ITrackedPropertiesThroughAnalytics {
sdkSemver: string;
techVersion: string;
sdkCode: string;
product?: string;
accessibility?: boolean;
lazyload?: boolean;
responsive?: boolean;
placeholder?: boolean;
}