Add playButtonBehavior type

This commit is contained in:
jeffvli
2022-11-08 12:03:36 -08:00
parent 30e9543544
commit 2652ab927f
+2 -1
View File
@@ -108,5 +108,6 @@ export type GridCardData = {
itemHeight: number;
itemType: LibraryItem;
itemWidth: number;
route?: CardRoute;
playButtonBehavior: Play;
route: CardRoute;
};