10 lines
229 B
TypeScript
10 lines
229 B
TypeScript
export const ACTOR_IDS = {
|
|
AUTH: 'auth',
|
|
SETTINGS: 'settings',
|
|
SYSTEM_IO: 'systemIO',
|
|
ENGINE_STREAM: 'engine_stream',
|
|
MLEPHANT_MANAGER: 'mlephant_manager',
|
|
COMMAND_BAR: 'command_bar',
|
|
BILLING: 'billing',
|
|
} as const
|