Skip to content

Commit

Permalink
third experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Dec 29, 2024
1 parent 8f72f59 commit 31adb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/query-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export type DefaultError = Register extends {
export type QueryKey = ReadonlyArray<unknown>

export const dataTagSymbol = Symbol('dataTagSymbol')
export type dataTagSymbol = typeof dataTagSymbol
export type DataTagSymbol = typeof dataTagSymbol
export const dataTagErrorSymbol = Symbol('dataTagErrorSymbol')
export type dataTagErrorSymbol = typeof dataTagErrorSymbol
export type DataTagErrorSymbol = typeof dataTagErrorSymbol
export const unsetMarker = Symbol('unsetMarker')
export type UnsetMarker = typeof unsetMarker
export type AnyDataTag = {
Expand Down

0 comments on commit 31adb80

Please sign in to comment.