diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:20:55 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:20:55 +0700 |
| commit | 166191e8f7335810cd0073b9aa2436a908a21d34 (patch) | |
| tree | 164a0574706a5f67993678b323edc7dcb2fbda44 /src-migrate/types | |
| parent | d9dd7fd69d2f895f8e503f8d6becd4be3af18b15 (diff) | |
voucher category
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/voucher.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/voucher.ts b/src-migrate/types/voucher.ts index 3e90f449..d3140372 100644 --- a/src-migrate/types/voucher.ts +++ b/src-migrate/types/voucher.ts @@ -3,6 +3,7 @@ export interface IVoucher { image: string; name: string; code: string; + voucher_category: []; description: string | false; remaining_time: string; } |
