mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +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>>;
|