import { Trait } from 'simply-reactive'; export type QueryAtom = Trait.ImplementsKey & Trait.ImplementsGet & Trait.ImplementsSet & Trait.ImplementsSubscribe & { urlWhenSet: (valueOrFunction: T | ((old: T) => T)) => string; };