Skip to content

@gracious.tech/fetch-client / types

Module: types

Interfaces

Type Aliases

UsageOptions

Ƭ UsageOptions: Partial<UsageConfig>

Defined in

client/src/types.ts:15


RuntimeCopyright

Ƭ RuntimeCopyright: Omit<MetaCopyright, "licenses"> & { licenses: RuntimeLicense[] }

Defined in

client/src/types.ts:27


RuntimeTranslation

Ƭ RuntimeTranslation: Omit<DistTranslation, "copyright"> & { copyright: RuntimeCopyright }

Defined in

client/src/types.ts:31


RuntimeManifest

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

Defined in

client/src/types.ts:35