type alias ServiceOutcome
Since 0.2.0

How a call to an instance went, as reported by the caller.

Definition

"success" | "failure"

Usage

import { type ServiceOutcome } from "common/src/index.ts";