ScrapeOptions: CrawlOpenAPIOptions & {
    type: "openapi";
} | CrawlShopifyOptions & {
    type: "shopify";
} | CrawlYoutubeOptions & {
    type: "youtube";
}

Options for including an openapi spec or shopify settigns