Files
parcer/src/components/action/action-settings/index.ts
2025-01-09 20:15:27 +05:30

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,
};