@serenity-is/corelib / serviceCall

Function: serviceCall()

serviceCall<TResponse>(options): PromiseLike<TResponse>

Defined in: src/base/services.ts:188

Type Parameters

TResponse

TResponse extends ServiceResponse

Parameters

options

ServiceOptions<TResponse>

Returns

PromiseLike<TResponse>