AiCampus/types/index.ts
2025-03-14 21:45:00 +08:00

2 lines
50 B
TypeScript

export type VisitorRole = "stu" | "tea" | "fans";