refactor(msg-bus): prefer MessageBus as Realtime
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
enum RtEventKind {
|
||||
FILE_CREATED = 'file_created',
|
||||
FILE_RENAMED = 'file_renamed',
|
||||
FILE_MOVED = 'file_moved',
|
||||
FILE_DELETED = 'file_deleted',
|
||||
FOLDER_CREATED = 'folder_created',
|
||||
FOLDER_RENAMED = 'folder_renamed',
|
||||
FOLDER_MOVED = 'folder_moved',
|
||||
FOLDER_DELETED = 'folder_deleted'
|
||||
}
|
||||
export type { RtEventKind as default };
|
||||
Reference in New Issue
Block a user