natsio/model/authsms_response.go

6 lines
77 B
Go
Raw Normal View History

2022-10-20 07:32:32 +00:00
package model
type CreateUserSMSResponse struct {
ID string `json:"_id"`
}