Show stream orientation in control list

This commit is contained in:
Max Goodhart
2026-01-24 15:19:30 -08:00
parent 92499848cd
commit 8fd9ca1c1d
2 changed files with 19 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ export interface StreamDataContent extends ContentDisplayOptions {
status?: string
city?: string
state?: string
orientation?: 'V' | 'H'
_id?: string
_dataSource?: string
}