1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Chore: Fixed types

This commit is contained in:
Laurent Cozic 2024-05-11 19:45:42 +01:00
parent 56f25d3094
commit 6b0e1598ed

View File

@ -62,6 +62,7 @@ type RequestNote = {
body_html: string;
base_url?: string;
convert_to: string;
source: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
anchor_names?: any[];
image_sizes?: object;