platform-bible-utils
    Preparing search index...

    Type Alias Localized<T>

    Localized: ReplaceType<
        ReplaceType<T, LocalizeKey, string>,
        ReferencedItem,
        string,
    >

    Type that converts any menu type before it is localized to what it is after it is localized. This can be applied to any menu type as needed.

    Type Parameters

    • T