Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

114
Visualizações
Flow infer object type from an enum

Let's say I have an enum:

export const definitions = Object.freeze({
  one: "one",
  two: "two",
  three: "three",
  ...more
});

I'm creating a react hook that I want to get the keys from the definitions and assign a string to them. e.g an object might look like this:

{
one: "foo",
two: "bar,
three: "foobar",
}

But I want to be able to iterate through the keys of definitions and assign a string without having to explicitly type one, two three. Then I can destruct the hook in a component to get the values i want.

e.g

const { two, three } = useDefinitions();

What would the flow type be for the useDefinitions

I thought it would be as simple as:

type DefinitionsType = $Keys<typeof definitions>;
type Type = {
  [DefinitionsType]: string,
};

But it's never inferring the type in my component. I want it to know that the object can only be the vales from the definitions enum..

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda