args: {
job: {
company_id: string;
company_title: string;
name: string;
url: string;
};
"show-date": boolean;
"show-location": boolean;
}
Type declaration
job: { company_id: string; company_title: string; name: string; url: string }
show-date: boolean
show-location: boolean