API reference / @evolu/common / Types / IntentionalNever
Type Alias: IntentionalNever
type IntentionalNever = never;
Defined in: packages/common/src/Types.ts:121
A type alias for never that is used intentionally when casting is not
needed and unit tests exist to ensure correctness.