Skip to content

Commit fc4b2d7

Browse files
committed
fix: knip
1 parent 4ac7ac2 commit fc4b2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { computed, getCurrentInstance, isRef, onUnmounted, shallowRef, toValue,
66

77
import { type ResultType, vueViewFactory } from './view'
88

9-
export type QueryResultDetails = Readonly<{
9+
type QueryResultDetails = Readonly<{
1010
type: ResultType
1111
}>
1212

13-
export interface QueryResult<TReturn extends QueryType> {
13+
interface QueryResult<TReturn extends QueryType> {
1414
data: ComputedRef<Smash<TReturn>>
1515
resultDetails: ComputedRef<QueryResultDetails>
1616
}

0 commit comments

Comments
 (0)