@tricoteuses/senat
Version:
Handle French Sénat's open data
6 lines (5 loc) • 442 B
TypeScript
import commandLineArgs from "command-line-args";
import { DossierLegislatifResult } from "../model/dosleg";
import { AgendaEvent, ReunionOdj } from "../types/agenda";
export declare function buildOdj(events: AgendaEvent[], dossierBySenatUrl: Record<string, DossierLegislatifResult>): ReunionOdj | undefined;
export declare function buildSenatDossierIndex(options: commandLineArgs.CommandLineOptions): Record<string, DossierLegislatifResult>;