File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/react/src/data-connect Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import {
5
5
} from "@tanstack/react-query" ;
6
6
import type { FirebaseError } from "firebase/app" ;
7
7
import {
8
- CallerSdkType ,
8
+ type CallerSdkType ,
9
9
CallerSdkTypeEnum ,
10
10
type DataConnect ,
11
11
type MutationRef ,
12
12
type QueryRef ,
13
13
executeMutation ,
14
14
} from "firebase/data-connect" ;
15
- import { type FlattenedMutationResult } from "./types" ;
15
+ import type { FlattenedMutationResult } from "./types" ;
16
16
17
17
export type useDataConnectMutationOptions <
18
18
TData = unknown ,
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import {
4
4
type QueryRef ,
5
5
type QueryResult ,
6
6
executeQuery ,
7
- CallerSdkType ,
8
- CallerSdkTypeEnum
7
+ type CallerSdkType ,
8
+ CallerSdkTypeEnum ,
9
9
} from "firebase/data-connect" ;
10
10
import type { PartialBy } from "../../utils" ;
11
- import { FlattenedQueryResult } from "./types" ;
11
+ import type { FlattenedQueryResult } from "./types" ;
12
12
13
13
export type useDataConnectQueryOptions <
14
14
TData = unknown ,
You can’t perform that action at this time.
0 commit comments