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

interface UpdateResult {
    outs?: any;
}

Properties

Properties

outs?: any

Any properties that were computed during updating.

Generated using TypeDoc