UNPKG

cms-web-apis

Version:

Biblioteca de APIs para CMS Web - Conjunto completo de funciones para interactuar con APIs de gestión de contenido

5 lines 509 B
import type apiImagenesMarcaProductoType = require('./apiImagenesMarcaProducto.type'); declare const getImagenesMarcasProductos: (idEntidad: apiImagenesMarcaProductoType.GetImagenesMarcasProductosParams["idEntidad"]) => Promise<apiImagenesMarcaProductoType.GetImagenesMarcasProductosResponse>; declare const getImageDataUrl: (imagen: apiImagenesMarcaProductoType.ImagenMarcaProductoItem) => string; export { getImagenesMarcasProductos, getImageDataUrl }; //# sourceMappingURL=apiImagenesMarcaProducto.d.ts.map