natsio/model/supplier_user_response.go

6 lines
82 B
Go

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