support multiple URLs

This commit is contained in:
João Moreno
2020-04-21 14:19:40 +02:00
parent bfcc591034
commit 3d04c5558e
2 changed files with 11 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ export interface Repository {
export interface RemoteSource {
readonly name: string;
readonly url: string;
readonly url: string | string[];
}
export interface RemoteSourceProvider {