immich/web/src/lib/elements/format-message.ts
2025-09-16 15:01:23 -04:00

3 lines
172 B
TypeScript

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