resistants/src/Resistant.ts

7 lines
130 B
TypeScript
Raw Normal View History

2023-01-29 20:27:02 +00:00
export interface Resistant {
Noms: string
Département: string
Académie: string
["Nombre de familles"]: string
}