Type alias PutMethodParams<Body>

PutMethodParams<Body>: CommonMethodParams & {
    body: Body;
}

Type Parameters

  • Body

Type declaration