@pipedream/dev_to
Version:
Pipedream Dev_to Components
16 lines (14 loc) • 367 B
JavaScript
import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
export default {
props: {
db: "$.service.db",
timer: {
label: "Timer",
description: "How often to poll Dev.to for new articles",
type: "$.interface.timer",
default: {
intervalSeconds: DEFAULT_POLLING_SOURCE_TIMER_INTERVAL,
},
},
},
};