Files
2026-08-30 21:17:32 +07:00

9 lines
108 B
Go

package repos
type Application struct {
Name string
Image string
TeamId int
FileType string
}