| 1 | import { create } from 'zustand'; |
| 2 | import { subscribeWithSelector } from 'zustand/middleware'; |
| 3 | |
| 4 | const TERMINAL_STATUSES = ['COMPLETED', 'FAILED', 'CANCELLED', 'TERMINATED', 'TIMED_OUT'] as const; |
nothing calls this directly
no test coverage detected