useGit API
    Preparing search index...

    Type Alias BranchListResultMap

    type BranchListResultMap = {
        csv: string;
        flat: string[];
        json: { head?: string; local: string[]; remote: string[] };
    }
    Index

    Properties

    Properties

    csv: string
    flat: string[]
    json: { head?: string; local: string[]; remote: string[] }