[Launcher] Improve type definitions

This commit is contained in:
2025-04-14 16:17:21 +02:00
parent d9fdf1ee6d
commit ed17459e2a
8 changed files with 59 additions and 9 deletions

View File

@@ -57,4 +57,4 @@ export interface ResultElement {
fontSize: number | undefined;
}
type Action = '';
type Action = '' | null;