Skip to main content
Version: Next

Type Alias: LabelEnum

LabelEnum = Readonly<Record<string, number | string>>

Defined in: types/common.ts:146

A readonly record mapping string keys to numeric or string values. Used to represent enum-like label maps for models.