Files
openclaw/src/plugin-sdk/poll-runtime.ts
2026-04-17 16:05:09 +01:00

7 lines
178 B
TypeScript

export type { NormalizedPollInput, PollInput } from "../polls.js";
export {
normalizePollDurationHours,
normalizePollInput,
resolvePollMaxSelections,
} from "../polls.js";