mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
client: Fix a few TypeScript build errors
This commit is contained in:
@@ -28,7 +28,9 @@ interface BeforeUploadListener extends Component {
|
||||
}
|
||||
|
||||
interface TriggerData {
|
||||
noteId?: string;
|
||||
noteIds?: string[];
|
||||
messages?: unknown[];
|
||||
callback?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user