newsbot-portal/internal/models/articles.go

7 lines
139 B
Go
Raw Normal View History

2024-05-12 10:46:00 -07:00
package models
import "git.jamestombleson.com/jtom38/newsbot-api/domain"
type ListArticlesViewModel struct {
Items []domain.ArticleDto
}