type Role = 'user' | 'bot' | 'skill'; export type { Role };