Variable ENTITY_STATEConst

ENTITY_STATE: {
    [key in EntityState]: {
        label: string;
        value: EntityState;
    }
} = ...