Skip to content

Commit

Permalink
fix: fix types export
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Apr 4, 2024
1 parent de3f118 commit 2f9d2fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export type { QueryParamsRetrieve, QueryParamsList, QueryParams } from './query'
// Resource model types
export type * from './model'

// Resource API types
export type * from './api'

// Raw response reader and request/response interceptors
export type { RequestObj, ResponseObj, ErrorObj, HeadersObj } from './interceptor'

Expand Down

0 comments on commit 2f9d2fa

Please sign in to comment.