Skip to main content

@twick/studio - v0.15.0 / Exports / MediaItem

Interface: MediaItem

Table of contents

Properties

Properties

createdAt

createdAt: Date

Defined in

studio/src/types/index.ts:14


duration

Optional duration: number

Defined in

studio/src/types/index.ts:10


height

Optional height: number

Defined in

studio/src/types/index.ts:13


id

id: string

Defined in

studio/src/types/index.ts:5


name

name: string

Defined in

studio/src/types/index.ts:6


size

size: number

Defined in

studio/src/types/index.ts:11


thumbnail

Optional thumbnail: string

Defined in

studio/src/types/index.ts:9


type

type: "video" | "image" | "audio"

Defined in

studio/src/types/index.ts:7


url

url: string

Defined in

studio/src/types/index.ts:8


width

Optional width: number

Defined in

studio/src/types/index.ts:12