Skip to main content

SendAction()

type SendAction = (action) => Promise<void>;

Parameters

ParameterType
actionAction

Returns

Promise<void>