-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REFACTOR: Mod in mock and add outhers types #44
- Loading branch information
Showing
3 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
const authors = [ | ||
{ | ||
id: 1, | ||
name: 'João Silva', | ||
}, | ||
{ | ||
id: 2, | ||
name: 'Maria Silva', | ||
}, | ||
{ | ||
id: 3, | ||
name: 'Carlos Souza', | ||
}, | ||
{ | ||
id: 4, | ||
name: 'Ana Pereira', | ||
}, | ||
{ | ||
id: 5, | ||
name: 'Pedro Almeida', | ||
}, | ||
{ | ||
id: 6, | ||
name: 'Lucas Costa', | ||
}, | ||
{ | ||
id: 7, | ||
name: 'Fernanda Lima', | ||
}, | ||
{ | ||
id: 8, | ||
name: 'Ricardo Alvez', | ||
}, | ||
{ | ||
id: 9, | ||
name: 'Juliana Santos', | ||
}, | ||
{ | ||
id: 10, | ||
name: 'Marcos Dias', | ||
}, | ||
{ | ||
id: 11, | ||
name: 'Paula Carvalo', | ||
}, | ||
{ | ||
id: 12, | ||
name: 'Vinicius Nilo', | ||
}, | ||
{ | ||
id: 13, | ||
name: 'Cauã Vinicius', | ||
}, | ||
{ | ||
id: 14, | ||
name: 'isabelli Luiza', | ||
}, | ||
{ | ||
id: 15, | ||
name: 'julia Fuck', | ||
}, | ||
{ | ||
id: 16, | ||
name: 'Fabio longo de Moura', | ||
}, | ||
{ | ||
id: 17, | ||
name: 'Eduardo da Silva', | ||
}, | ||
{ | ||
id: 18, | ||
name: 'Lucas Antonete', | ||
} | ||
] |
Empty file.