@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
JavaScript
;
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