Type Alias GatherCompletionRecord

GatherCompletionRecord: {
    finished: boolean;
    matches: Completion[];
    prefix: string;
}