@ccw-api/api
Preparing search index...
testUtils
testAuthWriteApi
Function testAuthWriteApi
testAuthWriteApi
<
T
>
(
apiCall
:
()
=>
Promise
<
T
>
,
options
?:
{
rejectMessage
?:
string
|
RegExp
;
validateShape
?:
ShapeValidator
<
T
>
;
}
,
)
:
Promise
<
void
>
Type Parameters
T
Parameters
apiCall
:
()
=>
Promise
<
T
>
options
:
{
rejectMessage
?:
string
|
RegExp
;
validateShape
?:
ShapeValidator
<
T
>
}
= {}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...