fossteams-api/pkg/models/user_response.go
2022-10-13 02:42:58 +02:00

6 lines
103 B
Go

package models
type UsersResponse struct {
Value []User `json:"value"`
Type string `json:"type"`
}