Interface SetData

interface SetData {
    color: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

color: string

Set color

name: string

Set name

Generated using TypeDoc