@botonic/plugin-contentful
Version:
## What Does This Plugin Do?
13 lines • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUTTON = exports.QUICK_REPLY = exports.EntryLink = void 0;
class EntryLink {
constructor(id, linkType) {
this.id = id;
this.linkType = linkType;
}
}
exports.EntryLink = EntryLink;
exports.QUICK_REPLY = 'QuickReplies';
exports.BUTTON = 'Buttons';
//# sourceMappingURL=contentful-api.js.map