Normalizes a user's saved draft label library from MongoDB or API input. Accepts legacy string[] entries and { name, color } objects.
string[]
{ name, color }
Raw library value.
Deduplicated definitions preserving first-seen name casing.
Normalizes a user's saved draft label library from MongoDB or API input. Accepts legacy
string[]entries and{ name, color }objects.