UNPKG

adminjs

Version:
6 lines (5 loc) 229 B
import type { InitOptions } from 'i18next'; import type { Locale } from './config.js'; export declare const DEFAULT_NS = "translation"; export declare const defaultLocale: Locale; export declare const defaultConfig: InitOptions;