Files
modeling-app/src/machines/machineConstants.ts
lee-at-zoo-corp c3620b29aa wip
2025-06-20 16:39:18 -04:00

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