Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Add ProductCategories enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo268la committed Apr 6, 2022
1 parent 6d14dc5 commit 359276c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webapp/src/shared/shareddtypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ export type Product = {
category: string;
};

export const ProductCategories = {
Clothes: "Clothes",
Decoration: "Decoration",
Electronics: "Electronics",
Misccellaneous: "Miscellaneous",
};

export type NotificationType = {
severity: AlertColor;
message: string;
Expand Down

0 comments on commit 359276c

Please sign in to comment.