Skip to content

Commit 23bc043

Browse files
committed
feat: Export flattened types
1 parent dee7c05 commit 23bc043

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/react/src/data-connect/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ export {
1010
useDataConnectMutation,
1111
type useDataConnectMutationOptions,
1212
} from "./useDataConnectMutation";
13+
export type { FlattenedQueryResult, FlattenedMutationResult } from "./types";

packages/react/src/data-connect/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { QueryKey } from "@tanstack/react-query";
21
import type { MutationResult, QueryResult } from "firebase/data-connect";
32

43
// Flattens a QueryResult data down into a single object.

0 commit comments

Comments
 (0)