Skip to content

Commit f5e2baa

Browse files
authored
fix(angular-query): export CreateMutationOptions (#8319)
1 parent 8a25b4e commit f5e2baa

File tree

1 file changed

+1
-0
lines changed
  • packages/angular-query-experimental/src

1 file changed

+1
-0
lines changed

packages/angular-query-experimental/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type {
1111
} from './query-options'
1212
export { queryOptions } from './query-options'
1313
export { mutationOptions } from './mutation-options'
14+
export type { CreateMutationOptions } from './mutation-options'
1415

1516
export type {
1617
DefinedInitialDataInfiniteOptions,

0 commit comments

Comments
 (0)