package utils

type ModuleSubMenu struct {
	Alias string
	Name  string
	Icon  string
}