import type { JobHistoryEntry } from '@/types/atproto'; export interface CardRoleProps { role: JobHistoryEntry; }