mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
3 lines
172 B
TypeScript
3 lines
172 B
TypeScript
import type { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
|
|
export type InterpolationValues = Record<string, PrimitiveType | FormatXMLElementFn<unknown>>;
|