| 1 | /* oxlint-disable executor/no-try-catch-or-throw -- boundary: plugin source config validation is converted into the extension Effect failure channel */ |
| 2 | import { Data, Effect, Predicate, Result } from "effect"; |
| 3 | import { |
| 4 | AuthTemplateSlug, |
nothing calls this directly
no test coverage detected