0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-08 13:50:05 -05:00
safetwitch-backend/extractor/structs/parsed.go

7 lines
82 B
Go

package structs
type Social struct {
Type string
Title string
Url string
}