interface RailGroupItem {
    head?: string;
    tool?: string;
}

Properties

Properties

head?: string
tool?: string