Interface ScrapperOutput

interface ScrapperOutput {
    artist?: string;
    depth?: string;
    description?: string;
    glb_to_use?: string;
    glbs?: string[];
    height?: string;
    images?: string[];
    material?: string;
    price?: string;
    product_name?: string;
    product_url?: string;
    sku?: string;
    source?: string;
    supporting-surface?: "floor" | "wall";
    tags?: string;
    type?: Types;
    width?: string;
}

Properties

artist?: string
depth?: string
description?: string
glb_to_use?: string
glbs?: string[]
height?: string
images?: string[]
material?: string
price?: string
product_name?: string
product_url?: string
sku?: string
source?: string
supporting-surface?: "floor" | "wall"
tags?: string
type?: Types
width?: string