Type Alias: FakeRequest
ts
type FakeRequest = object;Defined in: src/testing/FakeInstance.ts:33
Properties
| Property | Type | Defined in |
|---|---|---|
body? | null | string | src/testing/FakeInstance.ts:34 |
headers? | Record<string, string> | src/testing/FakeInstance.ts:35 |
method | string | src/testing/FakeInstance.ts:36 |
url | string | src/testing/FakeInstance.ts:37 |
