UNPKG

@nx-dotnet/dotnet

Version:

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

5 lines (4 loc) 153 B
import { dotnetPublishFlags } from './dotnet-publish-flags'; export type dotnetPublishOptions = { [key in dotnetPublishFlags]?: string | boolean; };