@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface ApiResponse<T>

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

    Type Parameters

    • T = any
    Index

    Properties

    success: boolean
    data?: T
    error?: string
    timestamp: string