at main 117 B view raw
1import type { JobHistoryEntry } from '@/types/atproto'; 2 3export interface CardRoleProps { 4 role: JobHistoryEntry; 5}