Adding Contact

This commit is contained in:
phoenix
2025-11-01 20:27:48 -04:00
parent 84d04c08d8
commit 56aeac9e21
+6
View File
@@ -0,0 +1,6 @@
package contact
type Contact struct {
PhoneNumber string `json:"phone_number,omitempty"`
UserId string `json:"user_id,omitempty"`
}