/** * User-worker. */ export type UserWorker = Readonly<{firstName: string; lastName: string}>;