feat: add core func to get predictions for tz
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package core
|
||||
|
||||
type Prediction struct {
|
||||
Country string
|
||||
Probability float64
|
||||
}
|
||||
Reference in New Issue
Block a user