kkrpc
    Preparing search index...

    Interface SuccessResult<Output>

    interface SuccessResult<Output> {
        issues?: undefined;
        value: Output;
    }

    Type Parameters

    • Output
    Index

    Properties

    Properties

    issues?: undefined
    value: Output