Interface DisplayNamesOptions
interface DisplayNamesOptions {
fallback?: DisplayNamesFallback;
languageDisplay?: DisplayNamesLanguageDisplay;
localeMatcher?: RelativeTimeFormatLocaleMatcher;
style?: RelativeTimeFormatStyle;
type: DisplayNamesType;
}
fallback?: DisplayNamesFallback;
languageDisplay?: DisplayNamesLanguageDisplay;
localeMatcher?: RelativeTimeFormatLocaleMatcher;
style?: RelativeTimeFormatStyle;
type: DisplayNamesType;
}