Initial CMPP frontend prototype

This commit is contained in:
hectorzhao
2026-06-30 16:09:46 +08:00
commit 2f3c274a30
98 changed files with 25255 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
export { adminService } from './adminService';
export { clientService } from './clientService';
export type {
AdminOverview,
AuditItem,
AuditStatus,
AuditType,
BatchSendType,
BatchTask,
BatchTaskStatus,
BillingPlan,
Channel,
ClientOverview,
Customer,
Invoice,
MessageStatus,
RecentMessage,
RiskLevel,
Signature,
SmsTemplate,
TemplateStatus,
} from './types';