UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

25 lines (24 loc) 679 B
export interface SceauCaseSummary { readonly id?: string; readonly datePubli?: string; readonly dateCas: string; readonly dateEnquete?: string; readonly enqueteur?: string; readonly pays?: string; readonly ville?: string; readonly journal?: string; readonly page?: string; readonly journalSource?: string; readonly titreSource?: string; readonly numero?: string; readonly resume: string; readonly conclusion?: string; readonly pdf: string; readonly texte: string; readonly json: string; readonly nomFichier?: string; /** * The URL where this data can be found. */ readonly url?: string; }