UNPKG

dev-to-js

Version:

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

14 lines (13 loc) 276 B
export type User = { type_of: string, id: number username: string, name: string, summary: string, twitter_username: string, github_username: string, website_url: string, location: string, joined_at: string, profile_image: string, }