Skip to content

Commit

Permalink
chore: deleted unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoMolinari95 committed Feb 13, 2025
1 parent 4ff90e5 commit 4eaccb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ts/features/barcode/types/IOBarcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ export type IOBarcode = {
} & DecodedIOBarcode;

export type PagoPaBarcode = IOBarcode & { type: "PAGOPA" };

export type ItwRemoteBarcode = IOBarcode & { type: "ITW_REMOTE" };

0 comments on commit 4eaccb7

Please sign in to comment.