Add missing keys to list components.

This commit is contained in:
Dan Albert
2022-03-03 21:51:47 -08:00
parent c5c596dc2f
commit 4539e91fa9
5 changed files with 15 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ export enum TgoType {
}
export interface Tgo {
id: string;
name: string;
control_point_name: string;
category: string;