mirror of
https://github.com/immich-app/immich.git
synced 2026-01-26 21:57:27 -05: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>>;
|