Skip to content

@serenity-is/corelib / serviceCall

Function: serviceCall()

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

Type Parameters

TResponse extends ServiceResponse

Parameters

options

ServiceOptions<TResponse>

Returns

PromiseLike<TResponse>

Defined in

src/base/services.ts:184