@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) =========================
22 lines (21 loc) • 503 B
TypeScript
/**
* @description - Not currently in use
* @private
*/
interface ITagConfig {
hiDpi?: boolean;
clientHints?: boolean;
unsignedUpload?: boolean;
voidClosingSlash?: boolean;
sortAttributes?: boolean;
videoPosterFormat?: string;
quotesType?: string;
contentDelimiter: string;
responsive: {
isResponsive: boolean;
responsiveClass?: string;
responsiveWidth?: boolean;
responsivePlaceholder?: string;
};
}
export default ITagConfig;