12 lines
287 B
TypeScript
12 lines
287 B
TypeScript
import { ScrollSettings } from './scroll';
|
|
import { ScreenshotSettings } from "./screenshot";
|
|
import { ScrapeSettings } from "./scrape";
|
|
import { ScrapeSchemaSettings } from "./scrapeSchema";
|
|
|
|
export {
|
|
ScrollSettings,
|
|
ScreenshotSettings,
|
|
ScrapeSettings,
|
|
ScrapeSchemaSettings,
|
|
};
|