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 • 307 B
TypeScript
import type apiMotorizacionesProductosType = require('./apiMotorizacionesProductos.type');
declare const getMotorizacionesProducto: () => Promise<apiMotorizacionesProductosType.GetMotorizacionesProductoResponse>;
export { getMotorizacionesProducto };
//# sourceMappingURL=apiMotorizacionesProductos.d.ts.map