UNPKG

@ovh-api/email-exchange

Version:

Add typing to to ovh api email-exchange

13 lines (11 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const buildOvhProxy = require("@ovh-api/common").buildOvhProxy; /** * END API /email/exchange Models */ function proxyEmailExchange(ovhEngine) { return buildOvhProxy(ovhEngine, '/email'); } exports.proxyEmailExchange = proxyEmailExchange; exports.default = proxyEmailExchange;