chore: discount module

This commit is contained in:
Matin
2025-02-16 16:30:17 +03:30
parent 6785b3e9d0
commit 20d6c5b294
31 changed files with 1752 additions and 141 deletions
@@ -0,0 +1,4 @@
export enum GenderType {
MALE = "male",
FEMALE = "female",
}