import { RequestInstance } from "@hyper-fetch/core";

export type InvalidationKeyType = string | RequestInstance | RegExp;
