Account type

type Account<P> = {
  aadObjectId?: string
  id: string
  membershipSources?: MembershipSource[]
  name: string
  properties?: P
  role: Role
}