interface Variant {
    name: string;
    types: string[];
}

Properties

Properties

name: string
types: string[]