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 {
55} from "@tanstack/react-query" ;
66import type { FirebaseError } from "firebase/app" ;
77import {
8- CallerSdkType ,
8+ type CallerSdkType ,
99 CallerSdkTypeEnum ,
1010 type DataConnect ,
1111 type MutationRef ,
1212 type QueryRef ,
1313 executeMutation ,
1414} from "firebase/data-connect" ;
15- import { type FlattenedMutationResult } from "./types" ;
15+ import type { FlattenedMutationResult } from "./types" ;
1616
1717export type useDataConnectMutationOptions <
1818 TData = unknown ,
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import {
44 type QueryRef ,
55 type QueryResult ,
66 executeQuery ,
7- CallerSdkType ,
8- CallerSdkTypeEnum
7+ type CallerSdkType ,
8+ CallerSdkTypeEnum ,
99} from "firebase/data-connect" ;
1010import type { PartialBy } from "../../utils" ;
11- import { FlattenedQueryResult } from "./types" ;
11+ import type { FlattenedQueryResult } from "./types" ;
1212
1313export type useDataConnectQueryOptions <
1414 TData = unknown ,
You can’t perform that action at this time.
0 commit comments