Type alias ArenaBlockComment

ArenaBlockComment: {
    base_class: "Comment";
    body: string;
    commentable_id: number;
    commentable_type: "Block";
    created_at: string;
    deleted: boolean | null;
    entities: ArenaCommentEntity[];
    id: number;
    updated_at: string;
    user: ArenaUserWithDetails;
    user_id: string;
}

Type declaration

  • base_class: "Comment"
  • body: string
  • commentable_id: number
  • commentable_type: "Block"
  • created_at: string
  • deleted: boolean | null
  • entities: ArenaCommentEntity[]
  • id: number
  • updated_at: string
  • user: ArenaUserWithDetails
  • user_id: string

Generated using TypeDoc