import { ActivityState } from '@sliprail/sdk/lib/activity'
type ActivityState = "running" | "paused" | "completed" | "failed" | "canceled"