interface StoreSupports {
    label: string;
    stores: { id: number; label: string; price: number; url: string }[];
    title: string;
    type: string;
}

Properties

Properties

label: string
stores: { id: number; label: string; price: number; url: string }[]
title: string
type: string