Interface ReposURL

interface ReposURL {
    bitbucket?: any[];
    github?: string[];
}

Properties

Properties

bitbucket?: any[]
github?: string[]