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

View file

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