Interface ContentParams

Query parameters for fetching repository content.

interface ContentParams {
    ref?: string;
}

Properties

Properties

ref?: string

Branch name, tag name, or commit SHA. Defaults to the repository's default branch.