Skip to content

Commit

Permalink
fix:build error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Apr 29, 2022
1 parent 0d7f490 commit 57545c5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import packageJson from '../../../../../../../../package.json';
})
export class ExportApiComponent implements OnInit {
exportType: string = 'eoapi';
supportList: Array<object> = [
supportList: Array<{
key:string,
image:string,
title:string
}> = [
{
key: 'eoapi',
image: '',
Expand Down

0 comments on commit 57545c5

Please sign in to comment.