Allow selecting an item.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:21 -07:00
parent 6699302612
commit e7c2d7827c
2 changed files with 56 additions and 2 deletions
+4
View File
@@ -912,6 +912,10 @@ export interface FrigateCardMediaPlayer {
* Home Assistant API types.
*/
export const MEDIA_CLASS_PLAYLIST = "playlist" as const;
export const MEDIA_CLASS_VIDEO = "video" as const;
export const MEDIA_TYPE_VIDEO = "video" as const;
// Recursive type, cannot use type interference:
// See: https://github.com/colinhacks/zod#recursive-types
//