1 2 3 4 5 6
import CompletionItem from './CompletionItem'; export default interface CompletionGroup { name: string; items: CompletionItem[]; }