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

7 lines
135 B
Go

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