UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

9 lines (8 loc) 258 B
export type LinkType = 'Asset' | 'Entry'; export declare class EntryLink { id: string; linkType: LinkType; constructor(id: string, linkType: LinkType); } export declare const QUICK_REPLY = "QuickReplies"; export declare const BUTTON = "Buttons";