Map Typescript Enum April 4, 2023 by Tarik To map an enum do this: (Object.keys(MyEnum) as Array<keyof typeof MyEnum>).map((key) => {})