Interface URLParamsOptions

interface URLParamsOptions {
    defaultParams?: Record<string, string>;
    location?: Location | URL;
}

Properties

defaultParams?: Record<string, string>
location?: Location | URL