© 2026 Hedgehog Software, LLC
function makeRequest<A>(_options: { query: string; decoder: S.Schema<A>; fetcher: (_query: string) => Promise<unknown>; type: "single"; }): TE.TaskEither<Error, A>;
S.fromKey("formatOne")
schema: S.Schema<A>