Skip to content

Commit

Permalink
fix: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Oct 11, 2024
1 parent 6da8d05 commit ca78844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/data/src/engine/types/FetchError.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export type FetchErrorTypeName = 'network' | 'unknown' | 'access' | 'aborted'
export type FetchErrorDetails = {
errorCode?: number
httpStatus?: string
httpStatusCode?: number
message?: string
status?: string
message?: string
errorCode?: string
[x: string]: any
}

Expand Down

0 comments on commit ca78844

Please sign in to comment.