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:
parent
56f25d3094
commit
6b0e1598ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user