core-utils
Preparing search index...
@clipboard-health/playwright-toolkit
CreateMailpitClientParams
Interface CreateMailpitClientParams
interface
CreateMailpitClientParams
{
baseUrl
?:
string
;
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
password
:
string
;
requestTimeoutMs
?:
number
;
username
?:
string
;
}
Index
Properties
base
Url?
fetch
Implementation?
password
request
Timeout
Ms?
username?
Properties
Optional
base
Url
baseUrl
?:
string
Optional
fetch
Implementation
fetchImplementation
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
password
password
:
string
Optional
request
Timeout
Ms
requestTimeoutMs
?:
number
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
fetch
Implementation
password
request
Timeout
Ms
username
core-utils
Loading...
MDN Reference