Skip to content

Commit

Permalink
fix(angular-query): export CreateMutationOptions (#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv authored Nov 20, 2024
1 parent 8a25b4e commit f5e2baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular-query-experimental/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type {
} from './query-options'
export { queryOptions } from './query-options'
export { mutationOptions } from './mutation-options'
export type { CreateMutationOptions } from './mutation-options'

export type {
DefinedInitialDataInfiniteOptions,
Expand Down

0 comments on commit f5e2baa

Please sign in to comment.