OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
web/front/types/TopicType.ts
export type TopicType = {
  articleCount: number;
  createdAt: number;
  titleRender: string;
  titleSource: string;
  topicId: number;
  updatedAt: number;
};