Type Aliases

MediaBase

declaration

MediaBase = { alt?: string; meta?: any; sources: any; type: string; }

Base type for Media objects. Contains common properties.

Type declaration

NameType

alt?

string

meta?

any

sources

any

type

string