export interface Job { title?: any; company?: { name: string; }; }