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

    Type Alias MockEndpointParamsExtras

    Extras that mock endpoint implementations receive on top of the shared base params.

    type MockEndpointParamsExtras = {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

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