UNPKG

@tricoteuses/senat

Version:

Handle French Sénat's open data

3 lines (2 loc) 112 B
import { Question } from '../types/questions'; export declare const getAllQuestions: () => Promise<Question[]>;