Interface: PatreonMockHandler
Defined in: schemas/v2/mock/mock.ts:60
Properties
handler()
handler: (
request
) =>object
Defined in: schemas/v2/mock/mock.ts:63
Parameters
request
body?
null
| string
headers
Record
<string
, string
> | Headers
url
string
Returns
object
body
body:
string
headers
headers:
Record
<string
,string
>
status
status:
number
method
method:
"post"
|"get"
|"delete"
|"patch"
Defined in: schemas/v2/mock/mock.ts:62
url
url:
string
Defined in: schemas/v2/mock/mock.ts:61