mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
7 lines
119 B
Go
7 lines
119 B
Go
package updater
|
|
|
|
type ReleaseLatestResponse struct {
|
|
Name string `json:"name"`
|
|
TagName string `json:"tag_name"`
|
|
}
|