Pacote
    Preparing search index...

    Interface Ok<T>

    Successful result type.

    interface Ok<T> {
        type: typeof T_OK;
        value: T;
    }

    Type Parameters

    • T

      Sucess value type.

    Index

    Properties

    Properties

    type: typeof T_OK
    value: T