Type alias TopicResource

TopicResource: {
    id: number;
    name: string;
    path: string;
    topic_id: number;
    url: string;
}

Type declaration

  • id: number
  • name: string
  • path: string
  • topic_id: number
  • url: string

Generated using TypeDoc