Files
immich/web/src/lib/components/i18n/format-message.ts
2024-12-18 14:19:48 +00:00

3 lines
172 B
TypeScript

import type { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
export type InterpolationValues = Record<string, PrimitiveType | FormatXMLElementFn<unknown>>;