Skip to content

Commit

Permalink
Export all types from api-fetch (#30539)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Apr 7, 2021
1 parent 8406fc2 commit d17ac77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api-fetch/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const DEFAULT_OPTIONS = {
credentials: 'include',
};

/** @typedef {import('./types').ApiFetchMiddleware} ApiFetchMiddleware */
/** @typedef {import('./types').ApiFetchRequestProps} ApiFetchRequestProps */

/**
* @type {import('./types').ApiFetchMiddleware[]}
*/
Expand Down

0 comments on commit d17ac77

Please sign in to comment.