Skip to content

Type Alias: RecordedCall

ts
type RecordedCall = object;

Defined in: src/testing/FakeInstance.ts:91

Properties

PropertyTypeDefined in
bodyunknownsrc/testing/FakeInstance.ts:92
headersRecord<string, string>src/testing/FakeInstance.ts:93
methodstringsrc/testing/FakeInstance.ts:94
pathnamestringsrc/testing/FakeInstance.ts:95
queryURLSearchParamssrc/testing/FakeInstance.ts:96