explorer-app/types/fund.ts
2023-12-19 18:43:42 +01:00

7 lines
106 B
TypeScript

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