resistants/src/Resistant.ts

12 lines
238 B
TypeScript
Raw Normal View History

2023-01-29 20:27:02 +00:00
export interface Resistant {
noms: string
enfants: string
departement: string
academie: string
presentation: string
video: string
"lien_declaration": string
"date_declaration": string
mention: string
2023-01-29 20:27:02 +00:00
}