Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Remove DataResponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahsapong committed Dec 19, 2023
1 parent 70a617f commit 8153e4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/http-client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ export type HttpResponse = {
headers: Headers
}

/**
* HTTP Response with data
* @beta
*/
export type DataResponse<T> = HttpResponse & {
data: T
errors?: never
}

/**
* HTTP Response with errors
* @beta
Expand Down

0 comments on commit 8153e4a

Please sign in to comment.