@ac-essentials/cli
    Preparing search index...

    Type Alias GitStatusV1Entry

    type GitStatusV1Entry = {
        origPath: string | null;
        path: string;
        statusCode: GitStatusCode;
    }
    Index

    Properties

    origPath: string | null

    Original path in case of rename/copied contents, null otherwise.

    path: string

    Path relative to the git root.

    statusCode: GitStatusCode