LWT JavaScript API
    Preparing search index...

    Interface ApiResponse<T>

    Standard response wrapper for all API calls.

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    data?: T
    error?: string