UNPKG

dev-to-js

Version:

An universal client for the Dev.to API written in Typescript

9 lines (8 loc) 170 B
import { User } from '../users/types' export type Comment = { type_of: string, id_code: string, body_html: string, user: User, children: Comment[], }