import { Store } from '@tanstack/react-store';
export type ParamStore = Store<Record<string, string>>;
