mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
feat: gift journeys
This commit is contained in:
6
src/gift/enums/gift-color.enum.ts
Normal file
6
src/gift/enums/gift-color.enum.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export enum GiftColor {
|
||||
VIOLET = 'VIOLET',
|
||||
PINK = 'PINK',
|
||||
BLUE = 'BLUE',
|
||||
GREEN = 'GREEN',
|
||||
}
|
Reference in New Issue
Block a user