Files
ckb-SuperAdmin/Cunkebao/types/traffic.ts
2025-04-09 09:31:09 +08:00

16 lines
293 B
TypeScript

export interface TrafficUser {
id: string
avatar: string
nickname: string
wechatId: string
phone: string
region: string
note: string
status: "pending" | "added" | "failed"
addTime: string
source: string
assignedTo: string
category: "potential" | "customer" | "lost"
}