VariantProperties

Interface VariantProperties

interface VariantProperties {
    enabled: boolean;
    id: number;
    name: string;
}

Properties

Properties

enabled: boolean
id: number
name: string



Was this page helpful? Please leave a thumbs up or down.