Commit 04a89a59 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se creó una interface que representa un interes del usuario

parent 417e7de6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
export interface IOption {
    id: number;
    name: string;
    isSelected: boolean;
}
 No newline at end of file