package jcstypes
type Location struct {
StorageName string `json:"storageName"`
Location string `json:"location"`
}