[@sno2/pex](../README.md) / [Modules](../modules.md) / [types](../modules/types.md) / Video

# Interface: Video

[types](../modules/types.md).Video

## Table of contents

### Properties

- [duration](types.video.md#duration)
- [height](types.video.md#height)
- [id](types.video.md#id)
- [image](types.video.md#image)
- [url](types.video.md#url)
- [user](types.video.md#user)
- [video\_files](types.video.md#video_files)
- [width](types.video.md#width)

## Properties

### duration

• **duration**: *number*

Defined in: types/video.ts:12

___

### height

• **height**: *number*

Defined in: types/video.ts:9

___

### id

• **id**: *number*

Defined in: types/video.ts:7

___

### image

• **image**: *string*

Defined in: types/video.ts:11

___

### url

• **url**: *string*

Defined in: types/video.ts:10

___

### user

• **user**: [*VideoUser*](types.videouser.md)

Defined in: types/video.ts:13

___

### video\_files

• **video\_files**: [*VideoFile*](types.videofile.md)[]

Defined in: types/video.ts:14

___

### width

• **width**: *number*

Defined in: types/video.ts:8
