Initial CMPP frontend prototype
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user