Skip to content
On this page

@gracious.tech/fetch-client / types

Module: types

Interfaces

Type Aliases

UsageOptions

Ƭ UsageOptions: Partial<UsageConfig>

Defined in

types.ts:16


RuntimeTranslation

Ƭ RuntimeTranslation: Omit<DistTranslation, "last_verse" | "copyright"> & { last_verse: Record<string, number[]> ; copyright: Omit<MetaCopyright, "licenses"> & { licenses: RuntimeLicense[] } }

Defined in

types.ts:28


RuntimeManifest

Ƭ RuntimeManifest: Omit<DistManifest, "last_verse" | "translations"> & { translations: Record<string, RuntimeTranslation> }

Defined in

types.ts:33