mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:43:09 +02:00
chore: remove type in DbNoteImportToDbJobData
This commit is contained in:
parent
6f76a3a1f8
commit
e4bd74183f
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ export type DbUserImportToDbJobData = {
|
|||
export type DbNoteImportToDbJobData = {
|
||||
user: ThinUser;
|
||||
target: any;
|
||||
note?: MiNote['id'] | null;
|
||||
};
|
||||
|
||||
export type DbKeyNoteImportToDbJobData = {
|
||||
|
|
Loading…
Reference in a new issue