client: Fix a few TypeScript build errors

This commit is contained in:
Elian Doran
2024-10-26 10:29:15 +03:00
parent 86fc59d265
commit 8cc271a192
4 changed files with 8 additions and 4 deletions

View File

@@ -28,7 +28,9 @@ interface BeforeUploadListener extends Component {
}
interface TriggerData {
noteId?: string;
noteIds?: string[];
messages?: unknown[];
callback?: () => void;
}