Misc Typing Fixes

This commit is contained in:
Felix Kaspar
2023-11-21 00:20:19 +01:00
parent 498f287d57
commit 162a2baa44
3 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
export interface Action {
protected values: any;
values: any;
type: string;
actions?: Action[];
}