Props
{
id: string
required
job
string
required
jobNumber
JobStatus
required
status
string
required
jobType
string
required
customerName
string
customerPhone
string
postcode
string
required
aiSummary
string
required
callId
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JobCard component
import { JobCard } from '@/components/JobCard';
export default function Example() {
return (
<JobCard job={job} jobNumber={jobNumber} status={status} jobType={jobType} customerName={customerName} aiSummary={aiSummary} callId={callId} />
);
}