@dbidwell94/ts-utils
    Preparing search index...

    Type Alias Success<T>

    Represents the Success type of a Result<T, E>

    type Success<T> = {
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T