Type alias GetBlockCommentApiResponse

GetBlockCommentApiResponse: {
    channel_title: null | string;
    comments: ArenaBlockComment[];
    current_page: number;
    length: number;
    per: number;
    total_pages: null | number;
}

Type declaration

  • channel_title: null | string
  • comments: ArenaBlockComment[]
  • current_page: number
  • length: number
  • per: number
  • total_pages: null | number

Generated using TypeDoc