UNPKG

@nx-dotnet/dotnet

Version:

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

5 lines (4 loc) 137 B
import { DotnetNewFlags } from './dotnet-new-flags'; export type DotnetNewOptions = { [key in DotnetNewFlags]?: string | boolean; };