opensource-portal/config/containers.types.ts

14 строки
288 B
TypeScript

//
// Copyright (c) Microsoft.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
export type ConfigRootContainers = {
containers: ConfigContainers;
};
export type ConfigContainers = {
docker: boolean;
deployment: boolean;
};