CLOVER Website - v0.3.1
    Preparing search index...

    Interface CodeSuggestion

    interface CodeSuggestion {
        accepted?: boolean;
        createdAt: string;
        hasBug: boolean;
        id: number;
        model: string;
        prompt?: string;
        suggestionArray: string[];
        timeLapse?: number;
    }
    Index

    Properties

    accepted?: boolean
    createdAt: string
    hasBug: boolean
    id: number
    model: string
    prompt?: string
    suggestionArray: string[]
    timeLapse?: number