UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

9 lines (8 loc) 138 B
export type Discussion = { title: string; views: number; replies: number; createdAt: number; link: string; tags: string[]; };