mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:53: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 = {
|
export type DbNoteImportToDbJobData = {
|
||||||
user: ThinUser;
|
user: ThinUser;
|
||||||
target: any;
|
target: any;
|
||||||
note?: MiNote['id'] | null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DbKeyNoteImportToDbJobData = {
|
export type DbKeyNoteImportToDbJobData = {
|
||||||
|
|
Loading…
Reference in a new issue