Interface GitTreeParams

Query parameters for fetching a git tree.

interface GitTreeParams {
    recursive?: "1";
}

Properties

Properties

recursive?: "1"

Pass '1' to retrieve the tree recursively (all nested entries)