Skip to main content

Type Alias: LocalizedString

LocalizedString = string | { key: string; params?: Record<string, unknown>; }

Defined in: Extensions/ExtensionApiDtos.ts:26

A user-facing string that may either be a literal (already-localized) or a reference into the extension's i18n catalog. Structurally identical to the desktop package's LocalizedString so values flow freely between the host and the extension boundary.