Pacote
    Preparing search index...

    Interface Ok<T>

    Successful result type.

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

    Type Parameters

    • T

      Sucess value type.

    Index

    Constructors

    Properties

    Constructors

    constructor: any

    Properties

    type: typeof T_OK
    value: T