Skip to content

Commit

Permalink
fix: fix prop color type of BaseFolder
Browse files Browse the repository at this point in the history
refs: SHELL-118 (#304)
  • Loading branch information
rodleyorosa authored and beawar committed Aug 18, 2023
1 parent 964c063 commit a14ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/misc/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export type BaseFolder = {
// Flags - checked in UI (#), exclude free/(b)usy info, IMAP subscribed (*), does not (i)nherit rights from parent, is a s(y)nc folder with external data source, sync is turned on(~), folder does n(o)t allow inferiors / children
f?: string;
// color numeric; range 0-127; defaults to 0 if not present; client can display only 0-7
color?: string;
color?: number;
// RGB color in format #rrggbb where r,g and b are hex digits
rgb?: string;
// Number of unread messages in folder
Expand Down

0 comments on commit a14ff46

Please sign in to comment.