Type alias PatchMethodParams<Body>

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

Type Parameters

  • Body

Type declaration