Interface GitRefreshOptions

interface GitRefreshOptions {
    maxCount: number;
}

Properties

Properties

maxCount: number