mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 07:06:31 -04:00
a16d233a0c
* feat: sort imports * fix: something?
4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
import type { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
|
|
|
|
export type InterpolationValues = Record<string, PrimitiveType | FormatXMLElementFn<unknown>>;
|