interface Products {
    elements?: Products[];
    id: string;
    name: string;
    url: string;
}

Properties

Properties

elements?: Products[]
id: string
name: string
url: string