natsio/model/authsms_response.go

6 lines
77 B
Go

package model
type CreateUserSMSResponse struct {
ID string `json:"_id"`
}