args: {
job: {
company_id: string;
company_title: string;
description: string;
location: string;
name: string;
published_date: string;
salary_range: string;
tags: string[];
type: string;
url: string;
};
"show-company": boolean;
"show-date": boolean;
"show-location": boolean;
}
Type declaration
job: {
company_id: string;
company_title: string;
description: string;
location: string;
name: string;
published_date: string;
salary_range: string;
tags: string[];
type: string;
url: string;
}
show-company: boolean
show-date: boolean
show-location: boolean