explorer-app/types/fund.ts

8 lines
106 B
TypeScript

export interface Fund {
name: string
type?: string
link?: string
value?: string
time?: string
}