Interface PutRequestObject

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

Indexable

[propertyName: string]: any

Generated using TypeDoc