Beignet API reference
    Preparing search index...

    Type Alias AppChangedFile

    One Git change classified relative to the selected Beignet app.

    type AppChangedFile = {
        oldPath?: string;
        path: string;
        scope: AppChangeFileScope;
        status: GitChangedFileStatus;
    }
    Index
    oldPath?: string
    path: string