• This project
    • Loading...
  • Sign in

Hooke / tswj

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tswj
  • src
  • @types
  • message
  • interface.ts
  • hookehuyr's avatar
    🦄 refactor(我的留言): 尝试剥离滚动列表功能,实用性不高 · 15541271
    15541271 Browse Files
    hookehuyr authored 2022-06-13 01:02:37 +0800
interface.ts 341 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
export interface commentListType {
  id: string;
  avatar: string;
  name: string;
  kg_name: string;
  comment_time: string;
  note: string;
  c_action: string;
  c_name: string;
  cover: string;
  prod_id: string;
  perf_id: string;
  book_id: string;
  perf_name: string;
  book_name: string;
  localism_type: string;
  is_new: number;
}