chore: remove type in DbNoteImportToDbJobData

This commit is contained in:
Mar0xy 2023-11-13 13:09:21 +01:00
parent 6f76a3a1f8
commit e4bd74183f
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ export type DbUserImportToDbJobData = {
export type DbNoteImportToDbJobData = {
user: ThinUser;
target: any;
note?: MiNote['id'] | null;
};
export type DbKeyNoteImportToDbJobData = {