@nevermined-io/payments
    Preparing search index...

    Interface ApiResponse<T>

    interface ApiResponse<T> {
        data?: T;
        error?: string;
        success: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data?: T
    error?: string
    success: boolean