Interface CrawlResponse

interface CrawlResponse {
    message: string;
    product_id: string;
}

Properties

Properties

message: string
product_id: string