interface Variant {
    t: string;
    v: VariantType;
}

Properties

t v

Properties

t: string