Interface UserPersonalDetail

interface UserPersonalDetail {
    coordonnee: string;
    id: number;
}

Properties

Properties

coordonnee: string
id: number