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
id: number
updated_at: string
user_id: string