Interface Repositories

Git repositories options.

interface Repositories {
    maxCount?: number;
}

Properties

Properties

maxCount?: number

The maximum count of repositories to look up, should be greater than 0. Undefined to look up all repositories.