UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

8 lines (5 loc) 209 B
import { PulumiCommandOptions } from './src/base/base-executor.mjs'; interface PreviewExecutorSchema extends PulumiCommandOptions { expectNoChanges?: boolean; } export type { PreviewExecutorSchema as P };