opensource-portal/config/github.api.types.ts

13 строки
263 B
TypeScript

//
// Copyright (c) Microsoft.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
export type ConfigGitHubRootApi = {
api: ConfigGitHubApi;
};
export type ConfigGitHubApi = {
defaultPageSize: number;
};