UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

9 lines 239 B
export class EntryLink { constructor(id, linkType) { this.id = id; this.linkType = linkType; } } export const QUICK_REPLY = 'QuickReplies'; export const BUTTON = 'Buttons'; //# sourceMappingURL=contentful-api.js.map