You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Chore: Fixed types
This commit is contained in:
@@ -62,6 +62,7 @@ type RequestNote = {
|
|||||||
body_html: string;
|
body_html: string;
|
||||||
base_url?: string;
|
base_url?: string;
|
||||||
convert_to: string;
|
convert_to: string;
|
||||||
|
source: string;
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||||
anchor_names?: any[];
|
anchor_names?: any[];
|
||||||
image_sizes?: object;
|
image_sizes?: object;
|
||||||
|
|||||||
Reference in New Issue
Block a user