mirror-immich/web/src/lib/elements/format-message.ts

4 lines
173 B
TypeScript

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