UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

5 lines (4 loc) 292 B
import { Debat, LecAssDeb } from '../types/debats'; export declare const getDebats: (ids: string[]) => Promise<Debat[]>; export declare const getDebatsFromLecassidts: (ids: string[]) => Promise<Debat[]>; export declare const getLecAssDebsFromDatseas: (ids: string[]) => Promise<LecAssDeb[]>;