Skip to content

Commit

Permalink
feat: Export flattened types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Jan 13, 2025
1 parent dee7c05 commit 23bc043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/react/src/data-connect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export {
useDataConnectMutation,
type useDataConnectMutationOptions,
} from "./useDataConnectMutation";
export type { FlattenedQueryResult, FlattenedMutationResult } from "./types";
1 change: 0 additions & 1 deletion packages/react/src/data-connect/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { QueryKey } from "@tanstack/react-query";
import type { MutationResult, QueryResult } from "firebase/data-connect";

// Flattens a QueryResult data down into a single object.
Expand Down

0 comments on commit 23bc043

Please sign in to comment.