Closed
Description
Have this code in my typescript file, but getting a Type '"markdown"' is not assignable to type 'Format | undefined'
:
import { ScrapflyClient, ScrapeConfig, ScrapeResult, log } from "scrapfly-sdk";
const scrapeConfig = new ScrapeConfig({
url,
asp: true,
country: "US",
render_js: true,
format: "markdown", // ERROR: Type '"markdown"' is not assignable to type 'Format | undefined'
});
```
Metadata
Metadata
Assignees
Labels
No labels