@cloudinary/url-gen
Version:
You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================
10 lines (9 loc) • 508 B
TypeScript
import { IAnalyticsOptions } from "./interfaces/IAnalyticsOptions.js";
import { ITrackedPropertiesThroughAnalytics } from "./interfaces/ITrackedPropertiesThroughAnalytics.js";
/**
* @private
* @description Gets the analyticsOptions from options- should include sdkSemver, techVersion, sdkCode, and feature
* @param {ITrackedPropertiesThroughAnalytics} options
* @returns {IAnalyticsOptions}
*/
export declare function getAnalyticsOptions(options: ITrackedPropertiesThroughAnalytics): IAnalyticsOptions;