chore: remove type in DbNoteImportToDbJobData
This commit is contained in:
@@ -110,7 +110,6 @@ export type DbUserImportToDbJobData = {
|
|||||||
export type DbNoteImportToDbJobData = {
|
export type DbNoteImportToDbJobData = {
|
||||||
user: ThinUser;
|
user: ThinUser;
|
||||||
target: any;
|
target: any;
|
||||||
note?: MiNote['id'] | null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DbKeyNoteImportToDbJobData = {
|
export type DbKeyNoteImportToDbJobData = {
|
||||||
|
|||||||
Reference in New Issue
Block a user