Skip to content

Commit

Permalink
Remove CashbackAmount type from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFont committed Nov 19, 2024
1 parent 451ea4c commit 58e4151
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ export type {
TaxAmountBreakdown,
TimeFrequency,
BillingPeriod,
CashbackAmount,
} from './types';
export { isTaxInclusivePrice } from './utils';
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type PriceItemsDto = Components.Schemas.PriceItemsDto;
export type Tax = Components.Schemas.Tax;
export type TaxAmountDto = Components.Schemas.TaxAmountDto;
export type TaxAmount = Components.Schemas.TaxAmount;
export type CashbackAmount = Components.Schemas.CashbackAmount;
export type CompositePrice = Components.Schemas.CompositePrice;
export type CompositePriceItemDto = Components.Schemas.CompositePriceItemDto;
export type CompositePriceItem = Components.Schemas.CompositePriceItem;
Expand Down

0 comments on commit 58e4151

Please sign in to comment.