UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

9 lines 190 B
export type Discussion = { title: string; views: number; replies: number; createdAt: number; link: string; tags: string[]; }; //# sourceMappingURL=discussion.d.ts.map