ItemJobOwner type

type ItemJobOwner = {
  id: number
  name: string
  objectId: string
  userPrincipalName: string
}