Files
immich/web/src/lib/components/i18n/format-message.ts

3 lines
172 B
TypeScript
Raw Normal View History

2024-12-18 15:19:48 +01:00
import type { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
export type InterpolationValues = Record<string, PrimitiveType | FormatXMLElementFn<unknown>>;