aboutsummaryrefslogtreecommitdiffstats
path: root/timetask/profile.go
blob: 9267ee6b5868e0a4a26e666497cd7ea19576fa41 (plain)
1
2
3
4
5
package timetask

type Profile struct {
	PersonID int `toml:"person_id"`
}