opensource-portal/config/authentications.vsts.types.ts

14 строки
313 B
TypeScript

//
// Copyright (c) Microsoft.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
export type ConfigRootAuthenticationVsts = {
vsts: ConfigAuthenticationVsts;
};
export type ConfigAuthenticationVsts = {
enabled: boolean;
vstsCollectionUrl: string;
};