7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
|
export interface Resistant {
|
||
|
Noms: string
|
||
|
Département: string
|
||
|
Académie: string
|
||
|
["Nombre de familles"]: string
|
||
|
}
|