Appearance
@gracious.tech/fetch-client / shared_types / DistTranslation
Interface: DistTranslation
shared_types.DistTranslation
DIST Common to bibles/notes/etc
Hierarchy
↳
DistTranslation
Properties
language
• language: string
Inherited from
Defined in
name
• name: MetaTranslationName
Inherited from
Defined in
year
• year: number
Inherited from
Defined in
direction
• direction: "ltr"
| "rtl"
Inherited from
Defined in
copyright
• copyright: MetaCopyright
Inherited from
Defined in
audio
• audio: unknown
[]
Defined in
client/src/shared_types.ts:104
video
• video: unknown
[]
Defined in
client/src/shared_types.ts:105
recommended
• 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]}}}