© 2026 Hedgehog Software, LLC
Exit
Result
Cannot use namespace Exit as a type.
import { Exit } from 'effect'; static async create(input: CoursePlanInput, maxRetries: number): Promise<Exit<CoursePlan, HistoryEntry[]>> {...}
import type
Exit.fail