View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/database

Module: types/database

Table of contents

Interfaces

Type aliases

Type aliases

DocumentMediaRow

Ƭ DocumentMediaRow: ImageRow & { DataType: 0 } | VideoRow & { DataType: 2 | 3 }

Either an image or video row based on DataType.

Defined in

types/database.d.ts:71


VideoRow

Ƭ VideoRow: VideoRowPub | VideoRowDoc

A union of the raw database columns when using a video query that returns any type video.

Defined in

types/database.d.ts:66