Skip to content

Commit

Permalink
fix flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Oct 18, 2024
1 parent 3173ffc commit 0855c76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/common/Flavors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ export type TrackId = Flavor<string, "TrackId">;
export type TrackItemId = Flavor<string, "TrackItemId">;
export type TrackGroupId = Flavor<string, "TrackGroupId">;

type StringFlavor = PersistedDirectoryId | TakeId | TrackId | TrackItemId | TrackGroupId;
type StringFlavor =
| PersistedDirectoryId
| FileInfoId
| TakeId
| TrackId
| TrackItemId
| TrackGroupId;

0 comments on commit 0855c76

Please sign in to comment.