Type Alias CompanionColorPresetValue

CompanionColorPresetValue: string | {
    color: string;
    title: string;
}