Files
schedtxt_models/pkg/contact/contact.go
T
2025-11-01 20:30:30 -04:00

7 lines
140 B
Go

package contact
type Contact struct {
PhoneNumber string `json:"phone_number,omitempty"`
UserId string `json:"user_id,omitempty"`
}