interface ProductVariantSelection {
    skus: string[];
    type: string;
}

Properties

Properties

skus: string[]
type: string