1import type { JobHistoryEntry } from '@/types/atproto'; 2 3export interface CardRoleProps { 4 role: JobHistoryEntry; 5}