Appearance
@gracious.tech/fetch-client / types
Module: types
Interfaces
Type Aliases
UsageOptions
Ƭ UsageOptions: Partial
<UsageConfig
>
Defined in
RuntimeCopyright
Ƭ RuntimeCopyright: Omit
<MetaCopyright
, "licenses"
> & { licenses
: RuntimeLicense
[] }
Defined in
RuntimeTranslation
Ƭ RuntimeTranslation: Omit
<DistTranslation
, "copyright"
> & { copyright
: RuntimeCopyright
; books_ot_list
: string
[] ; books_nt_list
: string
[] }
Defined in
RuntimeManifest
Ƭ RuntimeManifest: Omit
<DistManifest
, "translations"
| "books_ordered"
| "book_names_english"
> & { translations
: Record
<string
, RuntimeTranslation
> }