package common
type ForkWebhookEvent struct {
Forkee *Repository
Repository *Repository
Sender *User
}