interface-forge - v2.5.0
    Preparing search index...

    Type Alias LocaleProxy

    LocaleProxy: Readonly<
        {
            [key in keyof LocaleDefinition]-?: LocaleProxyCategory<
                LocaleDefinition[key],
            >
        },
    >

    A proxy for LocaleDefinition that marks all properties as required and throws an error when an entry is accessed that is not defined.