rest-vir - v2.2.0
    Preparing search index...

    Type Alias MockCreateHostContextParamsExtras

    Environment-specific extras that the mock-host adds on top of BaseCreateHostContextParams for its createHostContext callback.

    type MockCreateHostContextParamsExtras = {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    The URL the client requested, exactly as it was passed to the mocked fetch function.