GenerAI / worldmonitor /scripts /shared /comtrade-period.d.mts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 5)
20f83d9 verified
Raw
History Blame Contribute Delete
463 Bytes
// Types for scripts/shared/comtrade-period.mjs so server/*.ts consumers stay
// covered by `npm run typecheck:api` (tsconfig.api.json includes server/).
// Mirrors the scripts/_simulation-queue-constants.d.mts precedent.
export declare function recentPeriod(now?: Date, lag?: number): string;
export declare function candidatePeriods(now?: Date): string[];
export declare function periodWindow(
now?: Date,
opts?: { from?: number; to?: number },
): string;