feat: gift journeys

This commit is contained in:
Abdalhamid Alhamad
2024-12-22 16:34:02 +03:00
parent 4cef58580e
commit 5e9e83cb74
28 changed files with 656 additions and 1 deletions

View File

@ -0,0 +1,6 @@
export enum GiftColor {
VIOLET = 'VIOLET',
PINK = 'PINK',
BLUE = 'BLUE',
GREEN = 'GREEN',
}