package store
type (
LayerName Name
LayerType string
)
type Layer struct {
Name LayerName
Type LayerType
}