interface AsukaVariationDescriptor {
    active: boolean;
    elementId: string;
    familyId?: string;
    id: string;
    name: string;
    partId?: string;
    pathIds: string[];
    pathNames: string[];
    price?: string | number;
    syncKey?: string;
}

Properties

active: boolean
elementId: string
familyId?: string
id: string
name: string
partId?: string
pathIds: string[]
pathNames: string[]
price?: string | number
syncKey?: string