feat: add admin subscriptions management page with new Stripe service and sidebar navigation.

This commit is contained in:
pradeepkumar
2026-03-07 10:10:15 +05:30
parent 9f763e3f1e
commit 10b671531b
4 changed files with 338 additions and 0 deletions

View File

@@ -88,3 +88,12 @@ export type {
// Support Chat Service
export { supportChatService } from './support-chat.service';
export type { SupportChat, SupportMessage, MessagesResponse } from './support-chat.service';
// Stripe Service
export { adminStripeService } from './stripe.service';
export type {
SubscriptionPlan,
AdminSubscription,
SubscriptionsListResponse,
RevenueStats,
} from './stripe.service';