TypeScript type that is a list of possible strings which are keys of an object – React native
I have an object that looks something like this palette: { black: "#000", white: "#fff", primary: { "50": "#somecolor", "100": "#somecolor", "300": "#somecolor", "500": "#somecolor", "700": "#somecolor", }, grey: { "50": "#somecolor", "300": "#somecolor", "500": "#somecolor", "700": "#somecolor", "900": "#somecolor",…