UNPKG

cms-web-apis

Version:

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

4 lines 243 B
import type apiMarcaProductoType = require('./apiMarcaProducto.type'); declare const getMarcasProducto: () => Promise<apiMarcaProductoType.GetMarcasProductoResponse>; export { getMarcasProducto }; //# sourceMappingURL=apiMarcaProducto.d.ts.map