UNPKG

@cloudinary/url-gen

Version:

Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](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
/** * @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; }