Commit 2cfb9d4e authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se agregó el modelo de api que representa un town

parent 05e104ef
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
export interface TownModel {
    townId: number,
    name: string,
    imageName: string,
    description: string,
    stateId: number
}
 No newline at end of file