1
0

chore: remove type in DbNoteImportToDbJobData

This commit is contained in:
Mar0xy
2023-11-13 13:09:21 +01:00
parent 6f76a3a1f8
commit e4bd74183f
-1
View File
@@ -110,7 +110,6 @@ export type DbUserImportToDbJobData = {
export type DbNoteImportToDbJobData = {
user: ThinUser;
target: any;
note?: MiNote['id'] | null;
};
export type DbKeyNoteImportToDbJobData = {