Library Core / types/database
Module: types/database
Table of contents
Interfaces
- ArticleRow
- ImageRow
- LanguageRow
- MediaDetailsRow
- PublicationRow
- RelatedPublicationRow
- VideoRowBase
- VideoRowDoc
- VideoRowPub
Type aliases
Type aliases
DocumentMediaRow
Ƭ DocumentMediaRow: ImageRow & { DataType: 0 } | VideoRow & { DataType: 2 | 3 }
Either an image or video row based on DataType.
Defined in
VideoRow
Ƭ VideoRow: VideoRowPub | VideoRowDoc
A union of the raw database columns when using a video query that returns any type video.