mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: ran linting
This commit is contained in:
parent
772150eb66
commit
de8841fb86
110 changed files with 2673 additions and 1918 deletions
|
|
@ -14,7 +14,9 @@ interface HitlEditPanelState {
|
|||
content: string;
|
||||
toolName: string;
|
||||
extraFields?: ExtraField[];
|
||||
onSave: ((title: string, content: string, extraFieldValues?: Record<string, string>) => void) | null;
|
||||
onSave:
|
||||
| ((title: string, content: string, extraFieldValues?: Record<string, string>) => void)
|
||||
| null;
|
||||
onClose: (() => void) | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue