export default interface CompletionItem { readonly caption?: string; readonly content?: string; readonly url?: string; readonly icon?: string; }