Interface SearchProductExtra

interface SearchProductExtra {
    key: string;
    value: string[];
}

Properties

Properties

key: string
value: string[]