forked from Cutlery/immich
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>>;
|