UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

12 lines (11 loc) 254 B
export interface DotnetToolsManifestV1 { version: 1; isRoot: boolean; tools: { [key: string]: { version: string; commands: string[]; }; }; } export type DotnetToolsManifest = DotnetToolsManifestV1;