Type alias OK<T>

OK<T>: {
    status: "valid";
    value: T;
}

Type Parameters

  • T

Type declaration

  • status: "valid"
  • value: T

Generated using TypeDoc