fix(misskey-js): drive->folderUpdatedのpayloadの型が間違っていたのを修正
This commit is contained in:
parent
fe49440d10
commit
55a0080e15
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export type Channels = {
|
|||
fileUpdated: (payload: DriveFile) => void;
|
||||
folderCreated: (payload: DriveFolder) => void;
|
||||
folderDeleted: (payload: DriveFolder['id']) => void;
|
||||
folderUpdated: (payload: DriveFile) => void;
|
||||
folderUpdated: (payload: DriveFolder) => void;
|
||||
};
|
||||
receives: null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue