Interface HooklationTranslations<TStringMap>

interface HooklationTranslations {
    [locale: string]: TStringMap;
}

Type Parameters

Indexable

[locale: string]: TStringMap

Generated using TypeDoc