You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of Formatted...Result types that don't seem to be used anywhere. Therefore, they are also not checked for consistency.
For instance, there is a FormattedCompletedResult, but not a FormattedPendingResult, and the definition of FormattedCompletedResult seems to be wrong, it should have an "id" instead of "path" and "label".
I can contribute a fix, but it's unclear to me what purpose these types have if they are not used or referenced anywhere.
Particularly, should FormattedCompletedResult be changed or simply removed and replaced with CompletedResult like PendingResult? Or should the Formatted... be aliases if they are the same as the unformatted types?
The text was updated successfully, but these errors were encountered:
There are a couple of
Formatted...Result
types that don't seem to be used anywhere. Therefore, they are also not checked for consistency.For instance, there is a
FormattedCompletedResult
, but not aFormattedPendingResult
, and the definition ofFormattedCompletedResult
seems to be wrong, it should have an "id" instead of "path" and "label".I can contribute a fix, but it's unclear to me what purpose these types have if they are not used or referenced anywhere.
Particularly, should
FormattedCompletedResult
be changed or simply removed and replaced withCompletedResult
likePendingResult
? Or should theFormatted...
be aliases if they are the same as the unformatted types?The text was updated successfully, but these errors were encountered: