axione-elig-test/address_finder/model.py
2022-02-12 18:39:08 +01:00

11 lines
168 B
Python

from typing import TypedDict
class Commune(TypedDict):
codeInsee: str
nom: str
codeZip: str
class FantoirVoie(TypedDict):
libelle: str
rivoli_with_key: int