Beignet API reference
    Preparing search index...

    Type Alias AppChangeGap

    Static-analysis blind spot retained in a changed-app report.

    type AppChangeGap = {
        code: string;
        file?: string;
        message: string;
    }
    Index
    code: string
    file?: string

    Repository-relative file associated with this gap.

    message: string