UNPKG

dev-to-js

Version:

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

12 lines (11 loc) 267 B
import { User } from '../users/types'; export declare 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; };