FormatDistanceLocale
import type { FormatDistanceLocale } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";
The tokens map to string templates used in the format distance function. It looks like this:
const formatDistanceLocale: FormatDistanceLocale = { lessThanXSeconds: 'តិចជាង {{count}} វិនាទី', xSeconds: '{{count}} វិនាទី', // ... }