CustomTypeOptionsBase<DefaultTranslations>
A custom type options base for i18next.
Import:
import type { CustomTypeOptionsBase } from 'obsidian-dev-utils/obsidian/i18n/custom-type-options';Signature:
export interface CustomTypeOptionsBase<DefaultTranslations extends DefaultTranslationsBase>Properties
| Property | Type | Description |
|---|---|---|
| defaultNS | typeof DEFAULT_NS | The default namespace. |
| enableSelector | true | Whether to enable the selector. |
| resources | CustomTypeOptionsResources<DefaultTranslations> | The resources. |