Skip to content

Commit

Permalink
docs(pt): resolver files path
Browse files Browse the repository at this point in the history
  • Loading branch information
kabrunko-dev committed Apr 15, 2024
1 parent fd371a7 commit 63ff390
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Este exercício tem dois níveis de complexidade.

Atualmente nós temos o seguinte trecho de código.

![Unkown Person](../../../../assets/4/unknown-person.png 'Unkown Person')
![Unkown Person](../../../../../assets/4/unknown-person.png 'Unkown Person')

Como podemos ver, `name` é do tipo `any`. Queremos inferir o tipo correto usando a diretiva personalizada `PersonDirective`.

### Level 2: Interface Genérica

No momento presente, temos o seguinte trecho de código.

![Unkown Student](../../../../assets/4/unknown-student.png 'Unkown Student')
![Unkown Student](../../../../../assets/4/unknown-student.png 'Unkown Student')

Como podemos ver, `student` é do tipo `any`. Queremos inferir o tipo correto usando a diretiva personalizada `ListDirective`.

Expand Down

0 comments on commit 63ff390

Please sign in to comment.