Skip to content

Commit

Permalink
fix(services): added missing response type export (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandi95 authored Aug 25, 2021
1 parent 0f8fdff commit 0bde2d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import type FactoryHooks from './Contracts/FactoryHooks';
import type { CastType } from './Calliope/Concerns/CastsAttributes';
import type { QueryParams } from './Calliope/Concerns/BuildsQuery';
import type FormatsQueryParameters from './Contracts/FormatsQueryParameters';
import type { ApiResponse } from './Contracts/HandlesApiResponse';

export type {
AttributeCaster,
Expand All @@ -37,7 +38,8 @@ export type {
FactoryHooks,
CastType,
QueryParams,
FormatsQueryParameters
FormatsQueryParameters,
ApiResponse
};

export * from './Support/array';
Expand Down

0 comments on commit 0bde2d9

Please sign in to comment.