UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

12 lines 257 B
import { Size } from './Size'; export interface Media { _id: string; url: string; title: string; description: string; contentType: string; dimensions: Size; size: number; version: number; } //# sourceMappingURL=Media.d.ts.map