added the TokenTransferResponse model

This commit is contained in:
Alfred Kamanda 2024-11-14 19:36:30 +03:00
parent fabcccfa60
commit c10e1a6a1b
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -0,0 +1,5 @@
package models
type TokenTransferResponse struct {
TrackingId string `json:"trackingId"`
}