EnumNames type
Member names per enum, where the label is not the name.
Signature:
export type EnumNames = Readonly<Record<string, Readonly<Record<string, string>>>>;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.