package models

type TokenTransferResponse struct {
	TrackingId string `json:"trackingId"`
}