Type Alias: RecordedCall
ts
type RecordedCall = object;Defined in: src/testing/FakeInstance.ts:91
Properties
| Property | Type | Defined in |
|---|---|---|
body | unknown | src/testing/FakeInstance.ts:92 |
headers | Record<string, string> | src/testing/FakeInstance.ts:93 |
method | string | src/testing/FakeInstance.ts:94 |
pathname | string | src/testing/FakeInstance.ts:95 |
query | URLSearchParams | src/testing/FakeInstance.ts:96 |
