UNPKG

@storm-software/pulumi-tools

Version:

Tools for managing Pulumi infrastructure within a Nx workspace.

9 lines (6 loc) 222 B
import { PulumiCommandOptions } from './src/base/base-executor.mjs'; interface RefreshExecutorSchema extends PulumiCommandOptions { skipPreview?: boolean; yes?: boolean; } export type { RefreshExecutorSchema as R };