Skip to main content
Version: v7.0.0

ModifyQueryParamsCallbackType


Import
import { ModifyQueryParamsCallbackType } from "@hyper-fetch/core"

Preview

type ModifyQueryParamsCallbackType<QueryParams,ModifiedQueryParams> = (queryParams: QueryParams) => ModifiedQueryParams;
On this page