interface Job import { type Job } from "."; Properties title: string description: string emoji: string minAge: number maxAge: number optional surnames: ReadonlyArray<string>