import { QueryResult, ReadonlyQueryResult } from '../watched/watch-types.js'; export type SuspenseQueryResult = Pick, 'data' | 'refresh'>; export type ReadonlySuspenseQueryResult = Pick, 'data' | 'refresh'>;