Interface PutRequestObject

Payload for a put operation: a map of property names to values.

interface PutRequestObject {
    [propertyName: string]: any;
}

Indexable

[propertyName: string]: any

Generated using TypeDoc