gitlab.com/evatix-go/core@v1.3.55/coreinstruction/BaseByIds.go (about)

     1  package coreinstruction
     2  
     3  type BaseByIds struct {
     4  	ByIds []ById `json:"ByIds,omitempty"`
     5  }