• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • content
  • LiveDTO.ets
  • 预约bean · d54548f9
    d54548f9 Browse Files
    chenjun3_wd authored 2024-04-25 18:12:58 +0800
LiveDTO.ets 83 Bytes
Raw Blame History Permalink
1 2 3 4 5
interface LiveDTO {
  liveId: number;
  relationId: string;
  subscribe: boolean;
}