args: {
job: {
company_id: string;
company_title: string;
description: string;
location: string;
name: string;
published_date: string;
remote: boolean;
salary_range: string;
tags: string[];
type: string;
url: string;
};
}
Type declaration
job: {
company_id: string;
company_title: string;
description: string;
location: string;
name: string;
published_date: string;
remote: boolean;
salary_range: string;
tags: string[];
type: string;
url: string;
}