explorer-app/types/fund.ts

8 lines
106 B
TypeScript
Raw Normal View History

2023-12-19 18:43:42 +01:00
export interface Fund {
name: string
type?: string
link?: string
value?: string
time?: string
}