mirror of
https://github.com/mudita/mudita-center.git
synced 2026-06-13 10:55:54 -04:00
10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
/**
|
|
* Copyright (c) Mudita sp. z o.o. All rights reserved.
|
|
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
|
|
*/
|
|
|
|
export enum IpcDataSyncEvent {
|
|
GetIndex = "data-sync_get-index",
|
|
IndexAll = "data-sync_index-all",
|
|
}
|