The createHostContext callback shape on the mock-host side. Returns either a resolved context ({context}) or a rejection ({reject}), exactly mirroring the host package's callback so the same implementation can be reused on both sides.
createHostContext
{context}
{reject}
@rest-vir/api
The
createHostContextcallback shape on the mock-host side. Returns either a resolved context ({context}) or a rejection ({reject}), exactly mirroring the host package's callback so the same implementation can be reused on both sides.