Output from renaming the Stack.

interface RenameResult {
    stderr: string;
    stdout: string;
    summary: UpdateSummary;
}

Properties

Properties

stderr: string

The standard error output from the rename.

stdout: string

The standard output from the rename.

summary: UpdateSummary

A summary of the rename.

Generated using TypeDoc