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