mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
22 lines
267 B
TypeScript
22 lines
267 B
TypeScript
export default [
|
|
{
|
|
ArtistId: 1,
|
|
Name: 'AC/DC',
|
|
},
|
|
{
|
|
ArtistId: 2,
|
|
Name: 'Accept',
|
|
},
|
|
{
|
|
ArtistId: 3,
|
|
Name: 'Aerosmith',
|
|
},
|
|
{
|
|
ArtistId: 4,
|
|
Name: 'Alanis Morissette',
|
|
},
|
|
{
|
|
incompleteRowsIndicator: ['Artist'],
|
|
},
|
|
];
|