mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-08 13:50:05 -05:00
7 lines
82 B
Go
7 lines
82 B
Go
package structs
|
|
|
|
type Social struct {
|
|
Type string
|
|
Title string
|
|
Url string
|
|
}
|