@fkui/logic
    Preparing search index...

    Type Alias ResolveTranslationKey

    ResolveTranslationKey: CustomTranslationRegistry extends { Keys: infer K }
        ? K
        : string

    Resolves the valid translation keys. If the consumer has defined Keys in the registry, use that. Otherwise, fallback to string (loose typing).

    v6.38.0