update project and selectors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package transfers
|
||||
|
||||
type EpisodePayload struct {
|
||||
Title string
|
||||
Season int
|
||||
Episode int
|
||||
Description string
|
||||
Rating float64
|
||||
}
|
||||
Reference in New Issue
Block a user