package models import "git.jamestombleson.com/jtom38/newsbot-api/domain" type ListAllSourcesViewModel struct { IsError bool Message string Items []domain.SourceDto }