@sudoplatform/sudo-virtual-cards
    Preparing search index...

    Interface APISuccess<T>

    Successful state of API Result.

    interface APISuccess<T> {
        result: T;
        status: Success;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    result: T

    Result of the API.

    status: Success

    Success status.