зеркало из
1
0
Форкнуть 0
opensource-management-portal/config/github.user.initialCommit.t...

14 строки
325 B
TypeScript

//
// Copyright (c) Microsoft.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
export type ConfigGitHubUserRootInitialCommit = {
initialCommit: ConfigGitHubUserInitialCommit;
};
export type ConfigGitHubUserInitialCommit = {
username: string;
token: string;
};