sms-upsell-api #10

Merged
Alfred-mk merged 8 commits from sms-api into master 2025-04-11 10:06:08 +02:00
Showing only changes of commit 6c4702e2ba - Show all commits

View File

@ -0,0 +1,5 @@
package models
type SendSMSResponse struct {
Invitee string `json:"invitee"`
}