Skip to content

@gracious.tech/fetch-client / shared_types / DistTranslation

Interface: DistTranslation

shared_types.DistTranslation

DIST Common to bibles/notes/etc

Hierarchy

Properties

language

language: string

Inherited from

DistManifestItem.language

Defined in

client/src/shared_types.ts:95


name

name: MetaTranslationName

Inherited from

DistManifestItem.name

Defined in

client/src/shared_types.ts:96


year

year: number

Inherited from

DistManifestItem.year

Defined in

client/src/shared_types.ts:97


direction

direction: "ltr" | "rtl"

Inherited from

DistManifestItem.direction

Defined in

client/src/shared_types.ts:98


copyright: MetaCopyright

Inherited from

DistManifestItem.copyright

Defined in

client/src/shared_types.ts:99


audio

audio: unknown[]

Defined in

client/src/shared_types.ts:104


video

video: unknown[]

Defined in

client/src/shared_types.ts:105


recommended: null | boolean

Defined in

client/src/shared_types.ts:106


books

books: Record<string, string>

Defined in

client/src/shared_types.ts:107


missing_verses

missing_verses: Record<string, Record<number, Record<number, [number, number]>>>

{book:{c:{v:[c, v]}}}

Defined in

client/src/shared_types.ts:109