style(ui/agents): apply prettier to cloud-agents types

This commit is contained in:
Ishaan Jaffer 2026-05-06 15:02:48 -07:00
parent 51eb3c7314
commit e5f372091a
No known key found for this signature in database

View file

@ -9,12 +9,7 @@
* proxy-side `Agent` type at `src/components/agents/types.ts`.
*/
export type CloudAgentSessionStatus =
| "provisioning"
| "running"
| "paused"
| "completed"
| "failed";
export type CloudAgentSessionStatus = "provisioning" | "running" | "paused" | "completed" | "failed";
export interface CloudAgent {
agent_id: string;