added the send sms response model
This commit is contained in:
parent
7280784ee1
commit
6c4702e2ba
5
models/send_sms_response.go
Normal file
5
models/send_sms_response.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
type SendSMSResponse struct {
|
||||||
|
Invitee string `json:"invitee"`
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user