mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
- Add CreditService with balance checking and consumption - Add GiftService for gift code creation and redemption - Add i18n support for credit/gift messages (DE/EN) - Add Matrix bot mixins for credit and gift commands
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
export {
|
|
handleCreditCommand,
|
|
sendPaymentSuccessNotification,
|
|
isCreditCommand,
|
|
CREDIT_COMMANDS,
|
|
type CreditCommand,
|
|
type CreditCommandsHost,
|
|
} from './credit-commands.mixin.js';
|