@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface ApiResponse<T>

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

    Type Parameters

    • T = unknown
    Index

    Properties

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