//
// Copyright (c) Microsoft.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
export type ConfigRootStartup = {
startup: ConfigStartup;
};
export type ConfigStartup = {
path: string;