chore: add get user subscriptions route

This commit is contained in:
mahyargdz
2025-02-17 15:56:34 +03:30
parent b7cfaf95b2
commit 14373bb665
4 changed files with 71 additions and 2 deletions
+1
View File
@@ -317,6 +317,7 @@ export const enum SubscriptionMessage {
SUBS_MIN_SIZE = "حداقل یک اشتراک باید انتخاب شود",
SUBS_REQUIRED = "اشتراک مورد نیاز است",
SUBS_SHOULD_BE_ARRAY = "اشتراک باید یک آرایه باشد",
USER_SUBS_NOT_FOUND = "اشتراک کاربر یافت نشد",
}
export const enum InvoiceMessage {