CheqBooq/server/account/readrequest.go

6 lines
82 B
Go

package account
type ReadRequest struct {
Accounts []string `json:"accounts"`
}