Member Junction
    Preparing search index...

    Inputs for a sparse fetch.

    interface SparseFetchOptions {
        Paths: readonly string[];
        Ref: string;
        RepoUrl: string;
    }
    Index

    Properties

    Properties

    Paths: readonly string[]

    Repo-relative paths (files or directories) to check out.

    Ref: string

    Branch name or tag to fetch (e.g. 'main', 'v5.38.0').

    RepoUrl: string

    Clone URL of the canonical repository.