UNPKG

dev-to-js

Version:

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

13 lines (11 loc) 247 B
import { User } from '../users/types' export type Video = { type_of: string, id: number, path: string, cloudinary_video_url: string, title: string, user_id: number, video_duration_in_minutes: string, user: User, }