UNPKG

@zenvia/sdk

Version:

This SDK for [Node.js](https://nodejs.org/) was created based on the [Zenvia](https://www.zenvia.com/) [API](https://zenvia.github.io/zenvia-openapi-spec/).

13 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractContent = void 0; /** * Implementation of base content. */ class AbstractContent { constructor(type) { this.type = type; } } exports.AbstractContent = AbstractContent; //# sourceMappingURL=abstract-content.js.map