ICliUser: { email: string; groups?: string[]; id: string; name: string }

Type declaration

  • email: string

    The email of the user

  • Optionalgroups?: string[]

    The groups the user belongs to

    []
    
  • id: string

    The id of the user

  • name: string

    The name of the user