Compare commits

...
Author SHA1 Message Date
phoenix 56aeac9e21 Adding Contact 2025-11-01 20:27:48 -04:00
+6
View File
@@ -0,0 +1,6 @@
package contact
type Contact struct {
PhoneNumber string `json:"phone_number,omitempty"`
UserId string `json:"user_id,omitempty"`
}