Interface UpdateResult<Outputs>

UpdateResult represents the results of a call to ResourceProvider.update.

interface UpdateResult<Outputs> {
    outs?: Outputs;
}

Type Parameters

  • Outputs = any

Properties

Properties

outs?: Outputs

Any properties that were computed during updating.

Generated using TypeDoc