Skip to content

Commit

Permalink
RequestOptions에 next config 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
guswl98 committed Dec 16, 2024
1 parent 6a26275 commit 1aa18e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fetcher/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type RequestOptions = Omit<RequestInit, 'body'> & {
* URL에 API base URL을 붙여 요청을 절대 경로로 보낼 수 있게 만듦
*/
withApiUriBase?: boolean
next?: NextFetchRequestConfig
}

export enum HttpMethods {
Expand Down

0 comments on commit 1aa18e8

Please sign in to comment.